summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Added back the "my tickets" button in the navbar.Hybris952014-05-011-1/+1
| | |
| * | Added git stylesheets to MyTickets.Hybris952014-05-013-119/+135
| | | | | | | | | | | | Added links to Repositories containing the tickets.
| * | Implementation of the getTickets capability of recovering all tickets from a ↵Hybris952014-05-013-84/+124
| | | | | | | | | | | | nullable RepositoryModel
| * | Ajout du nom du repository sur la page "MyTickets".BUISSON Christian2014-05-012-39/+55
| | |
| * | Deactivate the navbar button for My Tickets (until it is finalized).BUISSON Christian2014-05-011-1/+1
| | |
| * | First Step in My TicketsBUISSON Christian2014-05-018-50/+262
|/ /
* | Merged #17 "CRUD Milestone Pages"James Moger2014-05-0112-22/+631
|\ \
| * | Show open milestone progress and change milestones list layoutJames Moger2014-05-013-21/+104
| | |
| * | Overdue labeling, notify changed tickets controlJames Moger2014-05-018-19/+82
| | |
| * | Use ajax buttons in the New|Edit Milestone pagesJames Moger2014-05-012-30/+33
| | |
| * | Allow milestone deletion within the edit milestone pageJames Moger2014-05-015-22/+62
| | |
| * | Create and update milestone pages with rename supportJames Moger2014-05-0111-10/+430
| |/
* / Reset build identifier to next milestone snapshotJames Moger2014-05-011-1/+1
|/
* DocumentationJames Moger2014-05-011-0/+2
|
* Merged #53 "New|Edit Ticket page fails on submit with empty title"James Moger2014-05-012-149/+165
|\
| * Switch to ajax New|Edit Ticket page submission to handle empty titlesJames Moger2014-05-012-149/+165
|/
* Merged #52 "Fix inconsistency with owner permissions check"James Moger2014-05-013-7/+45
|\
| * Fix inconsistency with owner permissions checkJames Moger2014-05-013-7/+45
|/
* Fix bug introduced in 67278f5James Moger2014-04-282-1/+2
|
* Add English translation placeholderJames Moger2014-04-281-0/+1
|
* Merged #51 "Can not force default locale to English or to a locale with a ↵James Moger2014-04-287-4/+50
|\ | | | | | | country code"
| * Fix forcing default locale to en or LANG_CC for web uiJames Moger2014-04-287-4/+50
| |
* | Merge pull request #181 from tyrcho/patch-1James Moger2014-04-281-1/+1
|\ \ | |/ |/| fix the script so it REALLY works on Linux
| * fix the script so it REALLY works on LinuxMichel Daviot2014-04-271-1/+1
|/
* Merged #50 "Prohibit creation and storage of empty ssh keys"James Moger2014-04-255-7/+39
|\
| * Prevent adding empty or invalid SSH public keysJames Moger2014-04-255-7/+39
| |
* | Correct the build identifierJames Moger2014-04-251-1/+1
|/
* Merge pull request #178 from Hybris95/fr_traductionJames Moger2014-04-251-35/+35
|\ | | | | Commit traduction in french
| * Commit traduction in frenchHybris952014-04-251-35/+35
| |
* | Ensure repository is closed after processing a pages requestJames Moger2014-04-231-3/+2
| |
* | Fix subdirectory navigation in pages servlet (issue-412)James Moger2014-04-232-51/+60
| |
* | Improve pages servlet raw navigation (issue-411)James Moger2014-04-231-2/+13
| |
* | Fix subdirectory links in pages servlet (issue-411)James Moger2014-04-232-3/+12
| |
* | Simplify current plugin release detection, ignore currentRelease registry fieldJames Moger2014-04-234-39/+21
| |
* | DocumentationJames Moger2014-04-232-2/+4
| |
* | Update to Apache MINA/SSHD 0.11.0James Moger2014-04-235-12/+24
| |
* | Merge pull request #176 from archiloque/patch-1James Moger2014-04-231-1/+1
|\ \ | |/ |/| Fix welcome_fr.mkd to use proper French
| * Fix welcome_fr.mkd to use proper FrenchJulien Kirch2014-04-221-1/+1
|/
* Reset build identifiers for next development cycleJames Moger2014-04-172-2/+20
|
* Prepare 1.5.0 releasev1.5.0James Moger2014-04-172-10/+10
|
* Remove User parameter from SSH dispatch command setupJames Moger2014-04-176-57/+53
|
* Filter the current plugin release by the system versionJames Moger2014-04-173-9/+49
|
* [findbugs] Fix Selenium testJames Moger2014-04-171-8/+6
|
* [findbugs] Add null check when testing if a user is disabled in SessionPageJames Moger2014-04-171-2/+2
|
* [findbugs] Change scope of variable in HistoryPanelJames Moger2014-04-171-3/+1
|
* [findbugs] Reorder asserts to avoid potential NPE in JGitUtilsTestJames Moger2014-04-171-3/+5
|
* [findbugs] Remove dead code in UserPageJames Moger2014-04-171-7/+0
|
* [findbugs] Remove unnecessary null check in RepositoryPageJames Moger2014-04-171-1/+1
|
* [findbugs] Add null checks to the page parameters in ProjectPageJames Moger2014-04-171-2/+4
|
* [findbugs] Create temporary ticket after setting up the response page in ↵James Moger2014-04-171-0/+3
| | | | EditTicketPage