0
I Use This!
Inactive

Commits : Listings

Analyzed 16 days ago. based on code collected 17 days ago.
Jan 29, 2024 — Jan 29, 2025
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. 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. More... over 13 years ago
Fixed Echo task for Ant and Phing connectors only outputting to file. 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. 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. More... over 13 years ago
Fail on error attribute centralized on BuilderElement base class. Added active and locked attribute. 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. More... over 13 years ago
Added Chown task. Added missing file support (alongside filesets) to Chmod. More... over 13 years ago
Sending some past changes I forgot to commit. More... over 13 years ago
Introduced Chmod task, fully working. Replicated some past changes of the Cintient connector into the Php connector. More... over 13 years ago
Handling of filesets on save is now generic enough to support every builder element from the project edit. More... over 13 years ago
Delete gets setup with proper default values 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. 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. More... over 13 years ago
Now using the correct integration builder connector (Cintient) instead of Php, on integration builds. 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. 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. More... over 13 years ago
Added Delete task to the Html connector More... over 13 years ago
Added Exec task to Html connector More... over 13 years ago
Dir value of Fileset builder element is filtered on Html connector export, for better user readibility. 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(). More... over 13 years ago
Temporarily removed deployment builder pane from the project edit section. This milestone is not comming now. 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. More... over 13 years ago
Accessing available builder element with wrong method caused incompatibility problems with at least Firefox. More... over 13 years ago
Fixed regression that caused fatal error More... over 13 years ago
Add builder elements now functional, on the project edit section. More... over 13 years ago
Fixed problem with previous refactoring - forgot to rename the class filename. More... over 13 years ago
Refactored BuilderElementAbstract to the proper BuilderElement. 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. 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'. More... over 13 years ago