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
Fixed bug where more than one level deep URIs would fatal error instead of going to authentication More... about 14 years ago
Completely fixed MAJOR BUG currently on the codebase, where we are putting the current user and project whole in the session. Project users edit now roughly working. More... about 14 years ago
Half fixed MAJOR BUG currently on the codebase, where we are putting the current user and project whole in the session. This is not so pacific when a user changes something on-the-fly, leaving himself and/or his information consumers with out of date dirty data. Case in point: try to change a project's users after you've accessed it on different browsers with different users logged in. More... about 14 years ago
Fixed bug on Project where removed users from a project were never being actually removed from it. Added user management subSection to the project section. Still a bit rough, will layout tweak it shortly after. Fixed Ajax URL handling for subSections with '-' and not belonging to the default section. A few layout tweaks. More... about 14 years ago
Added support for prefix and suffix % on values to bind. Need to unit test case this. More... about 14 years ago
Installation stats info text on the footer now properly pluralized/singularized for corresponding counts. It's now possible to invoke the footer with just the disclaimer and no installation stats info. A few layout tweaks. More... about 14 years ago
Special condition for registration header. More... about 14 years ago
User registration now working, with proper check from the global system setting. More... about 14 years ago
Cintient logo above the location menu now showing. Smoothed out layout issues across several installation use cases. Smoothed out some textfield sizes. More... about 14 years ago
Support for loading system settings. Removed unnecessary sanatization stuff. Initial support for user registration at the login prompt. Using output buffering until the very time when template logic is starting up. More... about 14 years ago
Implemented SystemSettings with ArrayAccess suport for easy access throughout the system. More... about 14 years ago
Saving default system settings values at install time More... about 14 years ago
Support for system settings. Implemented what I think is really idiotic prepared statements support. This will either get properly implemented or removed from the codebase. More... about 14 years ago
Fixed regression in Ajax endpoint URL handling, noticeable on user avatar change. More... about 14 years ago
Removed unimportant installation rule. Disabled installation file check, for development purposes - and while the installer is not complete. Added a few more famous robot quotes. Several minor layout tweaks. More... about 14 years ago
Tweaked styling on installer buttons. This should actually be replicated into the global stylesheet More... about 14 years ago
Fixed nasty regression introduced yesterday at 5am late night coding. Should be now as r101 should have been. More... about 14 years ago
Major revamp of the installation process, lots of eye candy - but still missing updating the section title on the menu. More... about 14 years ago
Simplified installer script checking. More... about 14 years ago
Installer now detected on previously specificaly configured vhosts, and working. Also base URL suggestion is now smarter. More... about 14 years ago
Fixed PHP notice. More... about 14 years ago
A few tweaks to the menu. More... about 14 years ago
CSS was missing from last commit. More... about 14 years ago
Revamped back links menu. Think I nailed it now. More... about 14 years ago
Generalized the project header for the project and project history subSections. More... about 14 years ago
A few layout improvements. Added a loading icon for when the project is building. A few more tweaks are required, though. Added a delete option to the project 2nd level menu. More... about 14 years ago
If uninitialized, and an error occurs, the project stays uninitialized. Also, when building, the project is promptly saved as soon as the building state is set. More... about 14 years ago
Cleaned up dead code in project_history() and project_edit() More... about 14 years ago
Triggering AJAX requests for project force builds, with proper UI dynamic behavior. New project waiting status indicator, for now marking on-going builds. Implemented a few required methods at the Core. Several improvements on the various project subSections. Many UI tweaks and improvements. Fixed problem in AjaxManager where more than two levels deep URIs weren't being properly processed. Started to selectively carrying onto the template layer some required global vars. Fixed missing a return false on not properly detecting a revision number. More... about 14 years ago
Fixed missing a return false on not properly detecting a revision number. More... about 14 years ago