index
:
gitblit.git
1026-Lucene-Index-PDF
fixup-1.9
gh-pages
master
ticket/104
ticket/114
ticket/138
ticket/235
ticket/7
ticket/75
wicket-7
Pure java git solution: https://github.com/gitblit-org/gitblit
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
com
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Reverted changes to ticket services
James Moger
2014-05-01
2
-78
/
+49
*
|
Revert "Implementation of the getTickets capability of recovering all tickets...
James Moger
2014-05-01
3
-124
/
+84
*
|
Refine localized strings
James Moger
2014-05-01
5
-8
/
+8
*
|
Added the "you are responsible of" filter in "my tickets" page.
Hybris95
2014-05-01
4
-1
/
+13
*
|
Revise My Tickets layout and styling
James Moger
2014-05-01
2
-102
/
+290
*
|
Improve generated Lucene query to only show relevant My Tickets results
James Moger
2014-05-01
1
-30
/
+37
*
|
Do not display My Tickets link if ticket service is not ready
James Moger
2014-05-01
1
-4
/
+3
*
|
Fixes sort, page building and search functions on "my tickets" page.
Hybris95
2014-05-01
1
-11
/
+19
*
|
Advanced "my tickets" page. Using filters and search.
Hybris95
2014-05-01
2
-35
/
+452
*
|
Now only shows the "my tickets" button in the navbar if you are connected.
Hybris95
2014-05-01
2
-8
/
+15
*
|
Revisions demonstrating the direction I'd like this to go
James Moger
2014-05-01
2
-102
/
+180
*
|
Added back the "my tickets" button in the navbar.
Hybris95
2014-05-01
1
-1
/
+1
*
|
Added git stylesheets to MyTickets.
Hybris95
2014-05-01
2
-119
/
+87
*
|
Implementation of the getTickets capability of recovering all tickets from a ...
Hybris95
2014-05-01
3
-84
/
+124
*
|
Ajout du nom du repository sur la page "MyTickets".
BUISSON Christian
2014-05-01
2
-39
/
+55
*
|
Deactivate the navbar button for My Tickets (until it is finalized).
BUISSON Christian
2014-05-01
1
-1
/
+1
*
|
First Step in My Tickets
BUISSON Christian
2014-05-01
8
-50
/
+262
*
|
Show open milestone progress and change milestones list layout
James Moger
2014-05-01
3
-21
/
+104
*
|
Overdue labeling, notify changed tickets control
James Moger
2014-05-01
8
-19
/
+82
*
|
Use ajax buttons in the New|Edit Milestone pages
James Moger
2014-05-01
2
-30
/
+33
*
|
Allow milestone deletion within the edit milestone page
James Moger
2014-05-01
5
-22
/
+62
*
|
Create and update milestone pages with rename support
James Moger
2014-05-01
11
-10
/
+430
|
/
*
Switch to ajax New|Edit Ticket page submission to handle empty titles
James Moger
2014-05-01
2
-149
/
+165
*
Fix inconsistency with owner permissions check
James Moger
2014-05-01
2
-5
/
+5
*
Fix bug introduced in 67278f5
James Moger
2014-04-28
1
-1
/
+1
*
Add English translation placeholder
James Moger
2014-04-28
1
-0
/
+1
*
Fix forcing default locale to en or LANG_CC for web ui
James Moger
2014-04-28
5
-4
/
+43
*
Prevent adding empty or invalid SSH public keys
James Moger
2014-04-25
3
-7
/
+23
*
Merge pull request #178 from Hybris95/fr_traduction
James Moger
2014-04-25
1
-35
/
+35
|
\
|
*
Commit traduction in french
Hybris95
2014-04-25
1
-35
/
+35
*
|
Ensure repository is closed after processing a pages request
James Moger
2014-04-23
1
-3
/
+2
*
|
Fix subdirectory navigation in pages servlet (issue-412)
James Moger
2014-04-23
1
-51
/
+59
*
|
Improve pages servlet raw navigation (issue-411)
James Moger
2014-04-23
1
-2
/
+13
*
|
Fix subdirectory links in pages servlet (issue-411)
James Moger
2014-04-23
1
-2
/
+9
*
|
Simplify current plugin release detection, ignore currentRelease registry field
James Moger
2014-04-23
3
-39
/
+20
*
|
Update to Apache MINA/SSHD 0.11.0
James Moger
2014-04-23
1
-0
/
+5
|
/
*
Remove User parameter from SSH dispatch command setup
James Moger
2014-04-17
5
-52
/
+48
*
Filter the current plugin release by the system version
James Moger
2014-04-17
3
-9
/
+49
*
[findbugs] Add null check when testing if a user is disabled in SessionPage
James Moger
2014-04-17
1
-2
/
+2
*
[findbugs] Change scope of variable in HistoryPanel
James Moger
2014-04-17
1
-3
/
+1
*
[findbugs] Remove dead code in UserPage
James Moger
2014-04-17
1
-7
/
+0
*
[findbugs] Remove unnecessary null check in RepositoryPage
James Moger
2014-04-17
1
-1
/
+1
*
[findbugs] Add null checks to the page parameters in ProjectPage
James Moger
2014-04-17
1
-2
/
+4
*
[findbugs] Create temporary ticket after setting up the response page in Edit...
James Moger
2014-04-17
1
-0
/
+3
*
[findbugs] Remove dead code in GitblitParamUrlCodingStrategy
James Moger
2014-04-17
1
-3
/
+0
*
[findbugs] Explicitly catch thrown exceptions in X509Utils
James Moger
2014-04-17
1
-1
/
+3
*
[findbugs] Add null check on decoding a string in StringUtils
James Moger
2014-04-17
1
-1
/
+1
*
[findbugs] Add null check when closing a RevWalk in JGitUtils
James Moger
2014-04-17
1
-4
/
+8
*
[findbugs] Fix potential NPE in DiffStat generation
James Moger
2014-04-17
1
-3
/
+3
*
[findbugs] Simplify the SshKey <-> PublicKey comparison
James Moger
2014-04-17
1
-1
/
+1
[prev]
[next]