129
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 23, 2024 — May 23, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
mailnotification module can be configured now (test email not working yet, only GUI - no implementation yet) More... over 15 years ago
don't mark the search module as external module, making it not installable show a message if there are no installablem modules More... over 15 years ago
did some work on the project configuration page, made it more ajaxified and inline with the framework (this page was done before the framework matured) ** still some work to do on project config ** added a failedMessage(title, content) and successMessage(title, content) javascript function instead of creating message boxes for each message that overlaps and conflicts with eachother, just call that function to display a message updated prototype + scriptaculous More... over 15 years ago
can now enable, disable install and uninstall modules More... over 15 years ago
show project overview header only if project overview is enabled More... over 15 years ago
messages box was being called instead of new messages summary More... over 15 years ago
should be 95% finished with permissions backend optimization, still needs some work on the rewrite added "restrictive" and "permissive" as security policy options (will need to allow module permissions to specify if a permission is explicit in case of permissive policy) added "explicit" as an option for hasPermission(), so you can ensure that a permission is explicitly set (e.g. configuration access) even when permissive security policy is set permission checking should now be a lot faster since we're not looping the entire permission tree for every permission check (not sure if it makes a huge difference though, because it's not that many permissions anyway - but will be for bigger installations) More... over 15 years ago
finish module framework refactoring, should be usable now still lots of work to do with existing modules, but migrated all to new framework, so they "work" More... over 15 years ago
stop modules being able to enable same listener twice fix module installation (some of it) More... over 15 years ago
refactor module listeners + triggers updated default modules to use new trigger + listener system added mailnotification for creating users More... over 15 years ago
fix bug with missing module B2DB directory More... over 15 years ago
update framework so modules can have their own routes update framework to work better with components and templates handling from modules integrate basic mailnotification functionality in mailnotification module add support for multipart email messages in mailnotification module add support for completely translated templates in framework and more More... over 15 years ago
fix framework not letting you 404 redirect from a preexecute action fix project menustrip showing dropdown when there is only one project More... over 15 years ago
fix framework not letting you 404 redirect from a preexecute action fix project menustrip showing dropdown when there is only one project More... over 15 years ago
add info message about single tracker mode on frontpage when only one project typo on project dashboard More... over 15 years ago
add table prefix support to B2DB add table prefix setting to installation change installation UI to avoid confusion between DSN and custom setting More... over 15 years ago
show last updated time instead of posted time More... over 15 years ago
forgot to commit image More... over 15 years ago
added ideas to project dashboard More... over 15 years ago
added "hours" to scrum overview in addition to points More... over 15 years ago
add docblocks to all methods in BUGSrequest fix BUGSrequest relying on BUGScontext changed so installation now uses BUGScontext when available uncolorized status names in viewissue since they're hard to read on certain color values More... over 15 years ago
sync More... over 15 years ago
minor correction to blue info box More... over 15 years ago
more scrum page updates More... over 15 years ago
update scrum page More... over 15 years ago
just make a placeholder action for the quicksearch so it doesn't throw errors More... over 15 years ago
Added infobox to scrum page added some spacing to project dashboard More... over 15 years ago
add estimated + spent points to available sprint info (spent not displayed yet) More... over 15 years ago
Sprint points now shown in scrum overview B2DB: added DB_SUM as avaiable criteria selector More... over 15 years ago
"Add sprint" box to scrum page More... over 15 years ago