openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Cintient
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
16 days
ago. based on code collected
17 days
ago.
Jan 29, 2024 — Jan 29, 2025
Showing page 12 of 18
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
All tasks and types now fully support properties. Fixed error on the Cintient connector on the project element. FilesetFilterIterator generated class is now more generic and using BuilderElement_Type_Fileset's consts, instead of duplicating them. The PHP connector now references the Cintient connector for every method that had duplicated code.
Pedro Mata-Mouros
More...
over 13 years ago
Initial support for user variables expansion, allowing the use of variables that are expanded into global properties values. Ant and Phing offer native support for this. Currently only on Echo task - in the near future will bring support for pretty much every string that comes from a user's textfield.
Pedro Mata-Mouros
More...
over 13 years ago
Fixed Echo task for Ant and Phing connectors only outputting to file.
Pedro Mata-Mouros
More...
over 13 years ago
Introduced editable and deletable attributes for all builder elements. Certain ones might not be directly editable/deleted by a user. Introduced a new builder element type, the Properties. It is a text of key=value pairs that is then parsed by the system and turned into available properties to the builders. Edited builder elements now have their user inputs sanitized. Builder element save and delete options on the user interface only show up against their corresponding builder element's attributes. Fixed a few problems with the javascript code that gathers all the currently edited builder element's attributes and sends them to be saved.
Pedro Mata-Mouros
More...
over 13 years ago
Introduced the Copy task, for now non-functional until a few decisions are made on the way that filesets work. Global sourcesDir property made available on all integration builders. Fileset traversing logic doesn't stop on permission denied errors anymore.
Pedro Mata-Mouros
More...
over 13 years ago
Fail on error attribute centralized on BuilderElement base class. Added active and locked attribute.
Pedro Mata-Mouros
More...
over 13 years ago
Changed Exec task's dir attribute do baseDir, to avoid possible conflicts on the AjaxManager's save builder element logic.
Pedro Mata-Mouros
More...
over 13 years ago
Added Chown task. Added missing file support (alongside filesets) to Chmod.
Pedro Mata-Mouros
More...
over 13 years ago
Sending some past changes I forgot to commit.
Pedro Mata-Mouros
More...
over 13 years ago
Introduced Chmod task, fully working. Replicated some past changes of the Cintient connector into the Php connector.
Pedro Mata-Mouros
More...
over 13 years ago
Handling of filesets on save is now generic enough to support every builder element from the project edit.
Pedro Mata-Mouros
More...
over 13 years ago
Delete gets setup with proper default values
Pedro Mata-Mouros
More...
over 13 years ago
Made sure no query string enters the guessed base URL. Started to use HTML5. Fixed bug on chmod() calls, where decimals were being used instead of octals.
Pedro Mata-Mouros
More...
over 13 years ago
Introducing Chmod builder element task. Fileset builder element type now has a type attribute, for specifying just files, just dirs or both. This makes Fileset capable of supporting on its own Apache Ant Dirsets. "Fail on error" attribute was put on top of all builder elements, on the Html connector. Improved Html connector text for Fileset elements.
Pedro Mata-Mouros
More...
over 13 years ago
Now using the correct integration builder connector (Cintient) instead of Php, on integration builds.
Pedro Mata-Mouros
More...
over 13 years ago
Removed all individual builder elements' form and internalId tags, since everything is javascript based. Minor performance enhancements on traversing the DOM tree for several operations, on the project edit section.
Pedro Mata-Mouros
More...
over 13 years ago
Mkdir task and Property type available on the Html connector to be edited. Minor layout tweaks on the project edit section.
Pedro Mata-Mouros
More...
over 13 years ago
Added Delete task to the Html connector
Pedro Mata-Mouros
More...
over 13 years ago
Added Exec task to Html connector
Pedro Mata-Mouros
More...
over 13 years ago
Dir value of Fileset builder element is filtered on Html connector export, for better user readibility.
Pedro Mata-Mouros
More...
over 13 years ago
Builder element sorting on the project edit page is now fully functional. Removed toHtml() method on the BuilerElement and now using the proper toString().
Pedro Mata-Mouros
More...
over 13 years ago
Temporarily removed deployment builder pane from the project edit section. This milestone is not comming now.
Pedro Mata-Mouros
More...
over 13 years ago
New projects now get a proper minimal integration builder - not the development dummy one for testing purposes - since full integration builder edition is now possible. Fixed problem with string slash escaping on Php and Cintient connectors for Echo task. A builder with a single task that is an Echo task, now finishes successfully.
Pedro Mata-Mouros
More...
over 13 years ago
Accessing available builder element with wrong method caused incompatibility problems with at least Firefox.
Pedro Mata-Mouros
More...
over 13 years ago
Fixed regression that caused fatal error
Pedro Mata-Mouros
More...
over 13 years ago
Add builder elements now functional, on the project edit section.
Pedro Mata-Mouros
More...
over 13 years ago
Fixed problem with previous refactoring - forgot to rename the class filename.
Pedro Mata-Mouros
More...
over 13 years ago
Refactored BuilderElementAbstract to the proper BuilderElement.
Pedro Mata-Mouros
More...
over 13 years ago
Deletion of builder elements is now fully functional, on the project builder edition. No longer using the in-memory map builderElementsIndex, for easy access the a builder. We now traverse the whole hierarchical project structure to edit it. Added addTask() to the target builder element, for comodity purposes.
Pedro Mata-Mouros
More...
over 13 years ago
. Added internal ID to all BuilderElements, required for editing purposes. . New structure to hold in-memory all the loaded BuilderElements, populated as they are unserialized. . User builders editing (for now only editing existing ones - no add and no remove) . New Utility method for generating random strings, required for generating random BuilderElement IDs. . Fileset builder element's defaultExcludes attribute is now set to default 'true'.
Pedro Mata-Mouros
More...
over 13 years ago
←
1
2
…
8
9
10
11
12
13
14
15
16
17
18
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree