log
graph
tags
branches
changeset
browse
mothra/devel
log
find changesets by author, revision, files, or words in the commit message
rev 397:
(0)
-300
-100
-60
tip
age
author
description
11 months ago
Nicholas FitzRoy-Dale (on deephonk)
Fixed "new issue" and "edit issue" button names.
default
tip
11 months ago
Nicholas FitzRoy-Dale (on deephonk)
Improved date picker. Fixes issue 900.
11 months ago
Nicholas FitzRoy-Dale (on deephonk)
Add tooltip support for issue references. Implements #1648.
11 months ago
Nicholas FitzRoy-Dale (on deephonk)
Remove some unused JavaScript libraries
11 months ago
Nicholas FitzRoy-Dale (on deephonk)
Add issue preview.
11 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.
11 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.
12 months ago
mothra
If the markup function crashes, bail out and return unmarked-up text rather than crashing horribly
13 months ago
Nicholas FitzRoy-Dale (on deephonk)
Patch from Lester Cheung to support Unicode short_desc changes in email notifications.
13 months ago
Nicholas FitzRoy-Dale (on deephonk)
Removed obsolete reference to lib/controllers.py
14 months ago
Nicholas FitzRoy-Dale (on deephonk)
Non-resolved issues weekly email.
14 months ago
Nicholas FitzRoy-Dale (on deephonk)
Issue sort direction arrows were broken (404).
14 months ago
Nicholas FitzRoy-Dale (on deephonk)
Fixed tagging (after removing Mochikit)
14 months ago
Nicholas FitzRoy-Dale (on deephonk)
Cleanup
14 months ago
Nicholas FitzRoy-Dale (on deephonk)
Basic email notification for unresolved issues.
14 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.
16 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
16 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)
17 months ago
Nicholas FitzRoy-Dale (on deephonk)
Issue actions: always provide a "resolve" quick link for open issues rather than an immediate 'close' link.
17 months ago
Nicholas FitzRoy-Dale (on deephonk)
Fix markup for comments
17 months ago
Nicholas FitzRoy-Dale (on deephonk)
Removed tools/group.py as it is now obsolete.
17 months ago
Nicholas FitzRoy-Dale (on deephonk)
get_handler_user fix
17 months ago
Nicholas FitzRoy-Dale (on deephonk)
Fix for issue_add_watcher (was using obsolete method)
17 months ago
Nicholas FitzRoy-Dale (on deephonk)
Potential fix for issue commenting problem via email gateway
17 months ago
Nicholas FitzRoy-Dale (on deephonk)
Mothra_small add
17 months ago
Nicholas FitzRoy-Dale (on deephonk)
Split up "add column" to set the autoincrement field manually for earlier postgres versions
17 months ago
Nicholas FitzRoy-Dale (on deephonk)
Fix "new issue without a project" case.
17 months ago
Nicholas FitzRoy-Dale (on deephonk)
Fixed element positioning for tag close buttons
17 months ago
Nicholas FitzRoy-Dale (on deephonk)
Update email notifications (to remove groups)
17 months ago
Nicholas FitzRoy-Dale (on deephonk)
Clean up of Mothra security surrounding issues.
17 months ago
Nicholas FitzRoy-Dale (on deephonk)
Project editing, kinda
17 months ago
Nicholas FitzRoy-Dale (on deephonk)
Comment out the project member editor for now
17 months ago
Nicholas FitzRoy-Dale (on deephonk)
Add help item to top bar
17 months ago
Nicholas FitzRoy-Dale (on deephonk)
Speed up the project-security comparison
17 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.
17 months ago
Nicholas FitzRoy-Dale (on deephonk)
Migration script for new project-based security.
17 months ago
Nicholas FitzRoy-Dale (on deephonk)
Various help
17 months ago
Nicholas FitzRoy-Dale (on deephonk)
Fixes for control.py to more easily manage users. Help on same.
17 months ago
Nicholas FitzRoy-Dale (on deephonk)
Changed icons for project membership
17 months ago
Nicholas FitzRoy-Dale (on deephonk)
Moved to project-based security.
2008-07-20
Nicholas FitzRoy-Dale (on deephonk)
Project deletion. Selenium test framework progress
2008-03-26
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)
2008-03-26
Nicholas FitzRoy-Dale (on deephonk)
test API change: pass browser explicitly rather than create a class member
2008-03-26
Nicholas FitzRoy-Dale (on deephonk)
Add wrong-password test
2008-03-26
Nicholas FitzRoy-Dale (on deephonk)
First Selenium tests -- login and logout
2008-03-26
Nicholas FitzRoy-Dale (on deephonk)
Add an ID to the login button to make automated testing easier
2008-03-26
Nicholas FitzRoy-Dale (on deephonk)
Fix HTML bug: project info div wasn't inside the containing sidebox div.
2008-03-25
Nicholas FitzRoy-Dale (on deephonk)
Start selenium-based testing work
2008-03-25
Nicholas FitzRoy-Dale (on deephonk)
bucketed, easier to read issue history
2008-03-20
Nicholas FitzRoy-Dale (on deephonk)
Moved 'update_status' to db/issue.py
2008-03-20
Nicholas FitzRoy-Dale (on deephonk)
So long, controllers.py! Functionality moved to relevant db/* classes.
2008-03-20
Nicholas FitzRoy-Dale (on deephonk)
Move mapmap update logic out of issue
2008-03-20
Nicholas FitzRoy-Dale (on deephonk)
Move issue attachments to separate file
2008-03-18
Nicholas FitzRoy-Dale (on deephonk)
Remove unused methods from Issue
2008-03-18
Nicholas FitzRoy-Dale (on deephonk)
Remove from_dict -- serialisation needs a rethink
2008-03-18
Nicholas FitzRoy-Dale (on deephonk)
Move Issues (issue search) and related class to new issues.py file (from issue.py)
2008-03-18
Nicholas FitzRoy-Dale (on deephonk)
Added support for Mothra Additions. Reorganised RequestTree to use decorators. Added a command-line interface using JSON.
2008-03-06
Nicholas FitzRoy-Dale (on deephonk)
Pulled okl changes
2008-03-06
Nicholas FitzRoy-Dale (on deephonk)
Minor attachment bugfixes
2008-03-05
mothra
Merge from mainline
rev 397:
(0)
-300
-100
-60
tip