summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* API: Setup and first function: Create requestapiAlex Legler2012-08-273-0/+26
* Add meaningful page titlesAlex Legler2012-07-012-4/+12
* Use correct release and revision dates.Alex Legler2012-02-213-3/+18
* Remove CCsAlex Legler2012-02-021-1/+0
* Make status legend more legibleAlex Legler2012-01-282-5/+48
* Add support for arches.Alex Legler2012-01-204-4/+16
* Fix double escaping when emailing the finished draft.Alex Legler2012-01-201-1/+1
* Fix archive display in December. Thanks to ackle for the reportAlex Legler2011-12-181-1/+5
* Revamp comment stuff layout, now with full markdown in commentsAlex Legler2011-11-193-40/+84
* Use new approval/rejection iconsAlex Legler2011-11-192-3/+3
* Add new approval and rejection iconsAlex Legler2011-11-192-0/+0
* CommentsController: Log comment creation errors, support on-the-fly CSS class...Alex Legler2011-11-191-0/+6
* Fix method name in log_error to display exception text instead of class name ...Alex Legler2011-11-191-1/+1
* Show comments again in ascending order of creationAlex Legler2011-11-191-1/+1
* Enable templates for the title fieldAlex Legler2011-11-191-1/+3
* Don't output * in the resolution. These don't work with emergeAlex Legler2011-10-281-1/+1
* Don't show the CVETool to contributorsAlex Legler2011-10-243-1/+13
* Spell-check the titleAlex Legler2011-10-241-1/+1
* Implement better approval/rejection logicAlex Legler2011-10-242-2/+27
* Add spell-checking using runspell/hunspell.Alex Legler2011-10-244-6/+22
* Merge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/glsamakerAlex Legler2011-10-222-3/+2
|\
| * Fix comment box overlap hopefully for goodAlex Legler2011-10-162-3/+2
* | Handle nil values as input to the Kramdown converterAlex Legler2011-10-221-2/+2
* | Exact package matches are done with "=", not "=="Alex Legler2011-10-221-1/+1
* | Properly render all entered information when saving a draft failedAlex Legler2011-10-225-28/+96
* | Make XML builder core more robust to errorsAlex Legler2011-10-221-1/+1
|/
* Remove exception notification tool again for debuggingAlex Legler2011-10-161-1/+1
* Add missing <ul>Alex Legler2011-10-161-6/+10
* Redo the HTML show view, clean up, apply proper formattingAlex Legler2011-10-163-59/+107
* CleanupAlex Legler2011-10-141-3/+0
* Don't email disabled usersAlex Legler2011-10-141-0/+3
* Add manual exception notification in log_errorAlex Legler2011-10-141-0/+1
* Allow more than just octal numbers as advisory ID.Alex Legler2011-10-131-1/+1
* Use custom XML converter that ignores typographic entitiesAlex Legler2011-10-131-1/+1
* Send txt release as text/plain in a new window, include email headers. Redmin...Alex Legler2011-10-103-6/+20
* Display close bugs link on the show view for releases, ticket #166Alex Legler2011-10-101-0/+1
* Use POST for close bug action to avoid double-sending the requestAlex Legler2011-10-102-1/+5
* Use rails-3 template format overrideAlex Legler2011-10-101-9/+8
* edit view: Use to_s for all name references, cleanupAlex Legler2011-10-101-3/+3
* Migrate plain text mailer in GLSAMailer to rails-3Alex Legler2011-10-091-0/+8
* glsa_controller: Fix typo in diff codeAlex Legler2011-10-091-1/+1
* Fix close message, add more loggingAlex Legler2011-10-092-2/+3
* Fixing brain error in previous commitAlex Legler2011-10-092-5/+5
* Show actual creator of a revisionAlex Legler2011-10-091-1/+1
* Use GLSA-1-style access namesAlex Legler2011-10-092-1/+9
* Only change status from request to draft when actually setting a submitterAlex Legler2011-10-091-2/+1
* Work around 'smart quotes' functionality of kramdownAlex Legler2011-10-091-0/+4
* Improve condition that makes an editor submitter of a draft. Fix forced updat...Alex Legler2011-10-091-4/+3
* Implement draft deletionAlex Legler2011-10-095-10/+16
* Match Glsamaker::Bug interface with Bug modelAlex Legler2011-10-091-0/+1