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
Full notifications support, with user configurable settings for setting up all available notification handlers, and per-project event notification preferences. Improved Database so that debugging logs are easier to follow. SVN SCM connector now allows no username as well as no password for access to a remote repository. Also fixed a problem that didn't allow SCM settings to be edited. User class now derives from Framework_DatabaseObjectAbstract. Fixed URL missing trailing slash problem in the webHandler. Made JS form submission generic enough to be reused. More... over 13 years ago
The SVN connector now allows no username and no password. More... over 13 years ago
Built support for user notifications, thought of to be easily pluggable for new notification methods. For now there is preliminary (uncomplete) support for email and working support for Notifo.com. Next steps: user configurable notification types (build failed, build started, etc) for each of the available notification methods. Started working on having a proper base infrastructure for all JS code. More... over 13 years ago
Fixed problem that prevented other users to be added to a project. Project deletion now properly also deletes its users. More... over 13 years ago
Moved project users into their own class, making way for the upcoming notifications implementation. More... over 13 years ago
If all error handling fails, at least a generic error message is sent to the user, after the last form submission. Made script PHP generated errors completely silent. More... over 13 years ago
Fixed bug in the builder tasks selection on the integration builder pane, where a '.' and '..' appeared in the list, in certain OSes (Debian Linux being one), as well as the tasks would appear unsorted (also on the same system). More... over 13 years ago
Password for scm connections no longer mandatory. More... over 13 years ago
Ok, I won't say that now all URL handling issues are solved. More... over 13 years ago
Much smaller footer. More... over 13 years ago
Sigh... That should take care of the last regressions on the URL handling. More... over 13 years ago
Greatly solidified URL handling and hopefully fixed all userdir woes (thanks to @rcarmo for reporting this). Fixed logout not redirecting properly in all cases. Fixed issues with the minimum requirements detection in the installer, that could cause fatal errors and the installer to not run at all. More... over 13 years ago
Fixed base URL detection, it was really overcomplicating something so simple... Userdirs are thus now supported. More... over 13 years ago
Completely dropped pChart dependency, and thus Cintient's PHP compiled with GD requirement. Now using highcharts.js for unit tests charts. TestMethod now extends from BaseObject. More... over 13 years ago
Fixed harmless bug where the test class name wasn't being passed in the final object used to create the charts. More... over 13 years ago
Fixed Fatal error on rare session ended case More... over 13 years ago
Small UI tweaks More... over 13 years ago
[no comment] More... over 13 years ago
Added jGrowl for Growl-style notifications. Currently implemented to alert to finished builds and saved builder elements." Improved text on delete action for builder elements.Save action for builder elements now hides after saving and only appears on change or on key press. Still room for improvement, but better than it was before.Hidden the notification emails textarea on the settings section.Changed waiting icon color at the end of the installation process. More... over 13 years ago
Cleaned up the installer CSS. UI improvements. More... over 13 years ago
Fixed problem with sorting builder elements that erased special properties ${sourcesDir} and ${projectDir} More... over 13 years ago
Making sure only JSON responses are sent to the client. Fixed dealing with an existing .htaccess file. More... over 13 years ago
Some improvements dealing with error cases. More... over 13 years ago
Improved completion message. More... over 13 years ago
Fixed flickering in the finished message. More... over 13 years ago
Performance improvement on installer.js, no need to re-register inputs when a step was already displayed previously. Fixed issue with password checks triggering a remote check. More... over 13 years ago
Added a few error case responses. Reworked the INSTALL text. More... over 13 years ago
Removed More... over 13 years ago
Fixed unused const in Redirector. More... over 13 years ago
The INSTALL file. More... over 13 years ago