129
I Use This!
Inactive

Commits : Listings

Analyzed 4 days ago. based on code collected 4 days ago.
Jun 07, 2023 — Jun 07, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
update svn ignore More... over 14 years ago
update issue summary on project dashboard to show year add link to project issues More... over 14 years ago
more style updates for scrum page add possibility to change user story color More... over 14 years ago
style update for project scrum page change so that whole sprint box is drop target so you don't have to expand it to drop stories on it More... over 14 years ago
make a drag-n-drop scrum overview page update milestone creation in projects to specify milestone type (regular/scrum sprint) fix issue with dropdowns on project related users More... over 14 years ago
Write registration code - you can now register but it does not send the activation email. To activate your account, go to /activate/username/password, where username and password are taken from the database and correspond
Philip Kent
as lsproc
More... over 14 years ago
project menu strip now loads current page for selected project when chosen from dropdown menu dashboard now shows a message when no recent activity registered main menu "report issue" link now points to currently selected projects "report issue" page, instead of the generic one, when we're in a project context More... over 14 years ago
Use css classes, not inline styles, and use <label> in login form
Philip Kent
as lsproc
More... over 14 years ago
Add the verification and various screens for account registration - doesnt create accounts yet
Philip Kent
as lsproc
More... over 14 years ago
Set up the forgot password box so that its alternative messages appear correctly - does not actually send messages nor handles second half of password reset yet
Philip Kent
as lsproc
More... over 14 years ago
remove "assigned to" info on project dashboard add message key to bugscontext set/get/clear/hasmessage add warning about multiple projects for single project mode More... over 14 years ago
Redesign login page
Philip Kent
as lsproc
More... over 14 years ago
Fix some call time pass by references (I worry this might break something though
Philip Kent
as lsproc
More... over 14 years ago
spice up project dashboard a bit, add project name + description + icon + grey border around recent actions add new setting "single project mode" - when enabled, "home" redirects to first project dashboard modify styling on reportissue page and project dashboard a bit to fit on 1024 resolution by default More... over 14 years ago
more work on project dashboard More... over 14 years ago
add "recent activities" to project dashboard remove "project" from list of issue properties since we always have the project bar More... over 14 years ago
fix error with installation and settings not being loaded properly More... over 14 years ago
trying to throw exception when no settings retrieved More... over 14 years ago
syncing More... over 14 years ago
fix a bug with joining specific foreign tables in B2DB, speeding up several queries because we're not joining all tables anymore add project statistics as a menu option in the project menu strip refactor project menu strip as a component because of the added logic (too much logic to keep in a template) More... over 14 years ago
fix installation and general routing / response breakage More... over 14 years ago
complete new guest implementation, fix a few bugs in bugscontext in the process move route loading to a differen place in the framework so it's ready and loaded when needed by login check move response object out of action and into context More... over 14 years ago
forgot one function reference in previous commit More... over 14 years ago
refactored several classes, especially bugssettings' loadFixtures() to make it more readable removed the possibility to set guest user - not needed changed defaultusername+defaultpassword -> defaultuserid More... over 14 years ago
update bugscontext to include some more inline comments especially in the performaction() magic "page" variable is now automatically set to current route, if not specified otherwise added the rest of the container pages for the project menu strip so they're not empty More... over 14 years ago
create new "project" module to keep all project related stuff move some components and action out of "main" module and into "project" module cleaned up some routes clean up bugsrouting class More... over 14 years ago
postgres should now be supported More... over 14 years ago
working to get postgres working, syncing (not up there yet) More... over 14 years ago
fix some broken routes More... over 14 years ago
allow easy project switching in the project menu strip hide project switching in project menu strip if on "report issue" page, to avoid confusion More... over 14 years ago