| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged r1307 to r1369 from trunk. | Jean-Philippe Lang | 2008-04-28 | 1 | -1/+1 |
* | Always show 'View' and 'Annotate' links on repository files (download will be... | Jean-Philippe Lang | 2008-03-19 | 1 | -7/+5 |
* | Add Redmine links for repository files using source: and export: keyworkds (#... | Jean-Philippe Lang | 2008-03-17 | 1 | -10/+7 |
* | Merged Git support branch (r1200 to r1226). | Jean-Philippe Lang | 2008-03-12 | 5 | -9/+9 |
* | Strip out email address from authors in repository screens (#814). | Jean-Philippe Lang | 2008-03-08 | 4 | -4/+4 |
* | Slight improvements to the browser views. | Jean-Philippe Lang | 2008-01-02 | 12 | -21/+29 |
* | New setting added to specify how many objects should be displayed on most pag... | Jean-Philippe Lang | 2007-12-29 | 2 | -4/+2 |
* | Add autoscroll div for each file diff. | Jean-Philippe Lang | 2007-12-19 | 1 | -2/+2 |
* | Fixed: missing body closing tag in repository annotate and entry views. | Jean-Philippe Lang | 2007-12-14 | 2 | -2/+2 |
* | More detailed html title on several views. | Jean-Philippe Lang | 2007-12-07 | 4 | -0/+8 |
* | Added Bazaar adapter. | Jean-Philippe Lang | 2007-12-03 | 1 | -3/+3 |
* | Added Annotate/Blame view for Subversion, CVS and Mercurial repositories. | Jean-Philippe Lang | 2007-12-02 | 3 | -9/+33 |
* | Fixed a broken link in the SCM browser | Jean-Philippe Lang | 2007-12-01 | 1 | -1/+1 |
* | * Added links to previous and next revisions on revision view (patch by Cyril... | Jean-Philippe Lang | 2007-12-01 | 1 | -4/+18 |
* | Diff style (inline or side by side) automatically saved as a user preference. | Jean-Philippe Lang | 2007-11-08 | 1 | -1/+1 |
* | Fixed: <td> closed with a </th> | Jean-Philippe Lang | 2007-11-05 | 1 | -1/+1 |
* | Pretty URL for the repository browser (Cyril Mougel) | Jean-Philippe Lang | 2007-11-04 | 1 | -2/+1 |
* | Some slight improvements in AJAX errors handling. | Jean-Philippe Lang | 2007-10-28 | 1 | -1/+1 |
* | SCM browser: directories can now be collapsed and re-expanded with no additio... | Jean-Philippe Lang | 2007-10-22 | 2 | -5/+5 |
* | Added a bit of AJAX on the SCM browser (tree view). | Jean-Philippe Lang | 2007-10-22 | 2 | -16/+37 |
* | Fixed: log is not displayed when browsing a copy in a svn repository. | Jean-Philippe Lang | 2007-10-15 | 2 | -4/+3 |
* | Default encodings for repository files can now be set in application settings... | Jean-Philippe Lang | 2007-10-07 | 2 | -5/+5 |
* | Sligth changes on my page issue tables and wiki history, changesets tables. | Jean-Philippe Lang | 2007-10-05 | 1 | -3/+3 |
* | Application layout refactored. | Jean-Philippe Lang | 2007-09-22 | 4 | -10/+13 |
* | Merged 0.6 branch into trunk. | Jean-Philippe Lang | 2007-08-29 | 2 | -2/+6 |
* | Added syntax highlightment for repository files (using CodeRay). | Jean-Philippe Lang | 2007-08-15 | 2 | -9/+9 |
* | Added Darcs basic support. | Jean-Philippe Lang | 2007-06-24 | 1 | -0/+2 |
* | Added basic support for CVS and Mercurial SCMs. | Jean-Philippe Lang | 2007-06-12 | 7 | -33/+40 |
* | Fixed: performance issue on RepositoriesController#revisions when a changeset... | Jean-Philippe Lang | 2007-05-15 | 1 | -3/+4 |
* | Added some javascript to prevent from selecting the same from/to revision for... | Jean-Philippe Lang | 2007-05-10 | 1 | -1/+1 |
* | Added the ability to view a file diff with free to/from revision selection. | Jean-Philippe Lang | 2007-05-10 | 1 | -4/+13 |
* | Text files can now be viewed online when browsing the repository. | Jean-Philippe Lang | 2007-05-08 | 2 | -1/+29 |
* | Added fragment caching for svn diffs. | Jean-Philippe Lang | 2007-05-01 | 1 | -7/+9 |
* | Added last commit message for each entry in repository browser. | Jean-Philippe Lang | 2007-04-30 | 1 | -2/+5 |
* | Added a link on revision screen to see the entire diff for the revision. | Jean-Philippe Lang | 2007-04-26 | 1 | -2/+2 |
* | Fixed: 10342 Creation of Schema in Oracle | Jean-Philippe Lang | 2007-04-25 | 2 | -3/+3 |
* | Commit messages are now scanned for referenced or fixed issue IDs. | Jean-Philippe Lang | 2007-04-24 | 1 | -0/+9 |
* | Slight modifications on revisions table | Jean-Philippe Lang | 2007-04-03 | 1 | -5/+5 |
* | removed hard coded strings in views | Jean-Philippe Lang | 2007-03-29 | 3 | -5/+5 |
* | patch #9627 Add Side by Side in Diff view (Cyril Mougel) | Jean-Philippe Lang | 2007-03-29 | 1 | -59/+81 |
* | replaced an hard coded label | Jean-Philippe Lang | 2007-03-26 | 1 | -1/+1 |
* | added pagination on revisions list | Jean-Philippe Lang | 2007-03-25 | 1 | -1/+3 |
* | added simple svn statistics graphs, rendered using SVG::Graph | Jean-Philippe Lang | 2007-03-25 | 2 | -0/+15 |
* | SVN commits are now stored in the database, and added to the activity view an... | Jean-Philippe Lang | 2007-03-25 | 4 | -40/+38 |
* | fixed problems when svn path doesn't point to the root directory of the repos... | Jean-Philippe Lang | 2007-03-18 | 2 | -2/+2 |
* | added svn:eol-style native property on /app files | Jean-Philippe Lang | 2007-03-12 | 6 | -196/+196 |
* | patch #8936: Properties changes in a diff are showing as modifications to files | Jean-Philippe Lang | 2007-02-28 | 1 | -0/+4 |
* | patch #8937: Show filename above diff to aid reading multi-file diffs | Jean-Philippe Lang | 2007-02-28 | 1 | -8/+14 |
* | fixed: no diff display with one line files [#8883] | Jean-Philippe Lang | 2007-02-26 | 1 | -2/+2 |
* | replaced deprecated human_size by number_to_human_size | Jean-Philippe Lang | 2007-01-26 | 2 | -3/+3 |