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
Updated PHPUnit and respective dependencies versions to their latest. More... about 13 years ago
Fixed discrepancy between required SQLite version and the actual internal check performed on the user's system, at install time. Reported by lie2815. More... about 13 years ago
Feature request by lie2815, support for bootstrap files to be fed to PHPUnit. Closes #6. More... about 13 years ago
Added release info. More... about 13 years ago
Screenshots at the top. More... about 13 years ago
Added more screenshots. More... about 13 years ago
Moved the screenshot upwards. More... about 13 years ago
New disclaimer section. Trying out images. More... about 13 years ago
Fixed Cintient's failing DatabaseTest unit tests, due to a ilusive regression introduced in Database::query. Checking for Xdebug extension loaded on the PhpUnit task is now done at integration builder run time, to allow different PHP setups running at the webserver and at the console. In case the extension was loaded in the former and absent in the later, PHP Unit would just exit silently without any message. More... about 13 years ago
Improvements on the Database class, this hopefully fixes all SQLite locking whoes we were suffering from so far. Removed unnecessary transaction use from special PHP task, PhpDepend. Visually aligned the loading indicators on the dashboard. Small change to the README. More... over 13 years ago
If by any chance an active tab on the dashboard is not fetched, revert back to the default one. More... over 13 years ago
Removed unnecessary database transaction. More... over 13 years ago
Fixed issue with SystemEvent class, where a new Log instance was being created for each output line - instead of reused. Added a unique identifier string to every current request to the server. This allows to differenciate log messages for very close/overlapping requests. Fixed table locking issues with project logging. Unnecessary use of transactions. Feature: added manual building button to each project, in the dashboard. General tab in the dashboard has become Latest. Added a beta status disclaimer on the very first login after installation. More... over 13 years ago
Fixed another probable JS error due to incomplete AJAX response object. Project creations returns immediately to the user with an UNINITIALIZED state, instead of leaving him waiting for checkout. Modal right after installation as a disclaimer for the beta state. Small bug in the CSS. More... over 13 years ago
Resolved conflict with older installer.js version. More... over 13 years ago
Revert "Pulling the latest develop changes, aiming for the 1.0.0 beta-1 release." More... over 13 years ago
Pulling the latest develop changes, aiming for the 1.0.0 beta-1 release. More... over 13 years ago
New release. More... over 13 years ago
Installer completely ported to the new UI, with some aditional improvements and now fully working. Fixed JS error - due to incomplete AJAX response object - on project creation and possible another one of the same nature. Images, JS and CSS assets properly cleaned up. A few layout improvements and tweaks. More... over 13 years ago
Details: autofocus in key forms, with JS fallback. More... over 13 years ago
Using the minified version of Bootstrap 1.3.0 CSS. Project menu item now updated by project changing in the Dashboard. Now showing a loading indicator in the Dashboard, whenever a project is loading. Emulating Bootstrap 1.4.0 style tables. Small tweaks in the dropshadow of the build list popover in the build history section. More... over 13 years ago
Fixed Firefox issues with the authentication and registration (at least) screens. More... over 13 years ago
Pulled in latest changes from origin master More... over 13 years ago
Merge branch 'bootstrapjs' into develop More... over 13 years ago
Small improvement, on cancel user is taken back to the proper root screen. More... over 13 years ago
Added a new globals_section to template space. Build history section now completely operational. Re-did the topbar navigation. This is a release candidate version of it. More... over 13 years ago
Clicking inactive tabs now properly fadeIn() their content since the first time they are clicked. Did a small hack into bootstrap-tabs.js that must not forget to re-add, on a future Bootstrap update. :-/ More... over 13 years ago
The submit button on the integratin builder project edit - builder elements - now only turns blue after changes were detected. More... over 13 years ago
Another squashed bug, this time with builder element checkboxes not being properly saved. In the future, only set checkbox values' if you know that you really need them. Removed forgotten log debug message from the AjaxManager. More... over 13 years ago
Fixed humongous error on the builder elements; improper use of array index keys was causing several builder element attributes to disappear. Changed footer font to the legacy one - much better. Tweaked layout settings in the integration builder project edit section. More... over 13 years ago