mothra/devel

log

age author description
5 months ago Nicholas FitzRoy-Dale (on deephonk) Fixed "new issue" and "edit issue" button names.default tip
5 months ago Nicholas FitzRoy-Dale (on deephonk) Improved date picker. Fixes issue 900.
5 months ago Nicholas FitzRoy-Dale (on deephonk) Add tooltip support for issue references. Implements #1648.
5 months ago Nicholas FitzRoy-Dale (on deephonk) Remove some unused JavaScript libraries
5 months ago Nicholas FitzRoy-Dale (on deephonk) Add issue preview.
5 months ago Nicholas FitzRoy-Dale (on deephonk) Added "word-wrap: break-word" to the CSS for side boxes. This ensures that long "words" (usually URLs) are broken at a character level.
5 months ago Nicholas FitzRoy-Dale (on deephonk) Fix for Issue 2178, "can't download file uploaded twice". We now use the real filename everywhere in the backend, rather than the frontend filename. Frontend filename is used for display purposes and for the downloaded file.
7 months ago mothra If the markup function crashes, bail out and return unmarked-up text rather than crashing horribly
7 months ago Nicholas FitzRoy-Dale (on deephonk) Patch from Lester Cheung to support Unicode short_desc changes in email notifications.
7 months ago Nicholas FitzRoy-Dale (on deephonk) Removed obsolete reference to lib/controllers.py
8 months ago Nicholas FitzRoy-Dale (on deephonk) Non-resolved issues weekly email.
8 months ago Nicholas FitzRoy-Dale (on deephonk) Issue sort direction arrows were broken (404).
8 months ago Nicholas FitzRoy-Dale (on deephonk) Fixed tagging (after removing Mochikit)
8 months ago Nicholas FitzRoy-Dale (on deephonk) Cleanup
8 months ago Nicholas FitzRoy-Dale (on deephonk) Basic email notification for unresolved issues.
8 months ago Nicholas FitzRoy-Dale (on deephonk) New feature: As logging in is now increasingly important in Mothra, it now displays a login box on the front page, if you're not logged in.
11 months ago Nicholas FitzRoy-Dale (on deephonk) Relaxed the rules to add other watchers to an issue: now you just have to be a member of that issue's project
11 months ago Nicholas FitzRoy-Dale (on deephonk) Fix security check to allow system admins carte blanche to change issues. Added DB integrity file to catch data integrity issues (current one being a null "resolution" which Mothra now complains about)
11 months ago Nicholas FitzRoy-Dale (on deephonk) Issue actions: always provide a "resolve" quick link for open issues rather than an immediate 'close' link.
11 months ago Nicholas FitzRoy-Dale (on deephonk) Fix markup for comments
11 months ago Nicholas FitzRoy-Dale (on deephonk) Removed tools/group.py as it is now obsolete.
11 months ago Nicholas FitzRoy-Dale (on deephonk) get_handler_user fix
11 months ago Nicholas FitzRoy-Dale (on deephonk) Fix for issue_add_watcher (was using obsolete method)
11 months ago Nicholas FitzRoy-Dale (on deephonk) Potential fix for issue commenting problem via email gateway
11 months ago Nicholas FitzRoy-Dale (on deephonk) Mothra_small add
11 months ago Nicholas FitzRoy-Dale (on deephonk) Split up "add column" to set the autoincrement field manually for earlier postgres versions
11 months ago Nicholas FitzRoy-Dale (on deephonk) Fix "new issue without a project" case.
11 months ago Nicholas FitzRoy-Dale (on deephonk) Fixed element positioning for tag close buttons
11 months ago Nicholas FitzRoy-Dale (on deephonk) Update email notifications (to remove groups)
11 months ago Nicholas FitzRoy-Dale (on deephonk) Clean up of Mothra security surrounding issues.
11 months ago Nicholas FitzRoy-Dale (on deephonk) Project editing, kinda
11 months ago Nicholas FitzRoy-Dale (on deephonk) Comment out the project member editor for now
11 months ago Nicholas FitzRoy-Dale (on deephonk) Add help item to top bar
11 months ago Nicholas FitzRoy-Dale (on deephonk) Speed up the project-security comparison
11 months ago Nicholas FitzRoy-Dale (on deephonk) Speed up project browsing. Fix a longstanding bug in the projects listing where people could see project names they shouldn't.
11 months ago Nicholas FitzRoy-Dale (on deephonk) Migration script for new project-based security.
11 months ago Nicholas FitzRoy-Dale (on deephonk) Various help
11 months ago Nicholas FitzRoy-Dale (on deephonk) Fixes for control.py to more easily manage users. Help on same.
11 months ago Nicholas FitzRoy-Dale (on deephonk) Changed icons for project membership
11 months ago Nicholas FitzRoy-Dale (on deephonk) Moved to project-based security.
18 months ago Nicholas FitzRoy-Dale (on deephonk) Project deletion. Selenium test framework progress
22 months ago Nicholas FitzRoy-Dale (on deephonk) Fix 404 page which broke when I added the RequestTree decorator (which meant that the request tree stored unbound methods, rather than bound methods)
22 months ago Nicholas FitzRoy-Dale (on deephonk) test API change: pass browser explicitly rather than create a class member
22 months ago Nicholas FitzRoy-Dale (on deephonk) Add wrong-password test
22 months ago Nicholas FitzRoy-Dale (on deephonk) First Selenium tests -- login and logout
22 months ago Nicholas FitzRoy-Dale (on deephonk) Add an ID to the login button to make automated testing easier
22 months ago Nicholas FitzRoy-Dale (on deephonk) Fix HTML bug: project info div wasn't inside the containing sidebox div.
22 months ago Nicholas FitzRoy-Dale (on deephonk) Start selenium-based testing work
22 months ago Nicholas FitzRoy-Dale (on deephonk) bucketed, easier to read issue history
23 months ago Nicholas FitzRoy-Dale (on deephonk) Moved 'update_status' to db/issue.py
23 months ago Nicholas FitzRoy-Dale (on deephonk) So long, controllers.py! Functionality moved to relevant db/* classes.
23 months ago Nicholas FitzRoy-Dale (on deephonk) Move mapmap update logic out of issue
23 months ago Nicholas FitzRoy-Dale (on deephonk) Move issue attachments to separate file
23 months ago Nicholas FitzRoy-Dale (on deephonk) Remove unused methods from Issue
23 months ago Nicholas FitzRoy-Dale (on deephonk) Remove from_dict -- serialisation needs a rethink
23 months ago Nicholas FitzRoy-Dale (on deephonk) Move Issues (issue search) and related class to new issues.py file (from issue.py)
23 months ago Nicholas FitzRoy-Dale (on deephonk) Added support for Mothra Additions. Reorganised RequestTree to use decorators. Added a command-line interface using JSON.
23 months ago Nicholas FitzRoy-Dale (on deephonk) Pulled okl changes
23 months ago Nicholas FitzRoy-Dale (on deephonk) Minor attachment bugfixes
23 months ago mothra Merge from mainline