0
I Use This!
Inactive

Commits : Listings

Analyzed 14 days ago. based on code collected 15 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Temporary broken, in order to be able to rename these More... almost 14 years ago
Renamed More... almost 14 years ago
Internal integration builder now properly working with the runBuildWorker script, for iterated builds. It previously required said script to die and start freshly on each iteration, to work. Small memory usage check on runBuildWorker, to facilitate graceful shutdown of the script, instead of a fatal error for lack of memory. In the process of fixing the integration builder, introduced a new builder connector, specifically tailored for our own internal integration builders. This allows us to maintain the PHP connector properly generic for PHP code exports. More... almost 14 years ago
Fatal error on eval'ed code no longer prevents the source code to appear in a log. More... about 14 years ago
Small code order changed. More... about 14 years ago
Fixed a bug constructing the object on _getObject that prevented some attributes from maintaing their defined values. On error, build only happens if forced. More... about 14 years ago
All eval'ed fatal errors hopefully fixed. More... about 14 years ago
Making sure no eval'ed functions can be redeclared. More... about 14 years ago
Fixed issue that caused a fatal error due to a redeclaration of an eval'ed function, whenever executed by the runBuildWorker script. More... about 14 years ago
Renamed More... about 14 years ago
Remvoed More... about 14 years ago
Removed by mistake More... about 14 years ago
Removed More... about 14 years ago
Removed More... about 14 years ago
Removed More... about 14 years ago
Small tweak on the font size of the project history builds combobox More... about 14 years ago
Implemented system independent crontab emulation, for now *nix based only. ProjectLog now used indirectly, through Project class. Utility method for translating bytes to human readable units. More... about 14 years ago
Small text change More... about 14 years ago
Small animation tweaking for the project status ball icon. More... about 14 years ago
Fixed regression on project user permissions, introduced by the recent change on the permissions scheme. More... about 14 years ago
Changed loading icon. More... about 14 years ago
Only owners can now edit a project's user list. Access level options now changed to exclusive radio buttons. Each radio button assumes it contains all of the previous radio button options. Several minor improvements. Access class now assumes each access level contains all of the previous levels before it. More... about 14 years ago
Implemented project user access level edit, for now with checkboxes. This will change in the near future - not good enough as it is. More... about 14 years ago
Fixed fatal error in build history page. More... about 14 years ago
Added description for each access level. toStr() now returns 'invalid' for a non existing access level More... about 14 years ago
Added jQuery 1.5. Added a few slick animations to the project users add/remove flow. Now properly filtering client-side the user search results list for the project users add/remove flow. Only users not already on the project appear on the search list. Tweaked layout a bit, aligning the user action links at the right side. More... about 14 years ago
Added a spinning icon for loading searched users. Fixed multiple searches being triggered (one for every keyup event). More... about 14 years ago
Implemented access level and CoS support for users accessing a given project, specifically for triggering a build. More... about 14 years ago
Owners cannot remove themselves from project user's list - for the time being. Owners cannot change their own access level for a given project. Implemented access level support for users accessing a given project. Implemented ROOT class of service level access throughout. Fixed layout on the users list of a project. More... about 14 years ago
Slightly error proofed _prepareAndBindValues More... about 14 years ago