summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added versions due dates on calendar.Jean-Philippe Lang2007-04-072-5/+10
* Added versions due dates on gantt chart.Jean-Philippe Lang2007-04-075-41/+83
* Removed repository creation callbackJean-Philippe Lang2007-04-071-1/+0
* Modified the change_status view to use the form builder.Jean-Philippe Lang2007-04-051-21/+5
* Feature 9867 Allow file upload in comment and add to issue historyJean-Philippe Lang2007-04-053-7/+45
* Added the ability to easily rollback to a previous version of a wiki page.Jean-Philippe Lang2007-04-0510-2/+17
* Removed RedCloth :hard_break option that broke textile rendering.Jean-Philippe Lang2007-04-051-1/+1
* "Author" column replaced by "Assigned to" in issue list.Jean-Philippe Lang2007-04-052-5/+7
* RedCloth attribute :hard_break set to true to keep line breaksJean-Philippe Lang2007-04-041-1/+1
* Fixed a regression (crash when an admin with no role on the project try to cr...Jean-Philippe Lang2007-04-042-5/+8
* Added svn:eol-style native property for various filesJean-Philippe Lang2007-04-0414-2548/+2548
* Added gantt and calendar url in robots file, to avoid recursive indexing by b...Jean-Philippe Lang2007-04-041-1/+3
* Added a unit test on User#role_for_projectJean-Philippe Lang2007-04-041-1/+12
* Fixed User role_for_project methodJean-Philippe Lang2007-04-041-1/+2
* Modified logged_in_user_membership controller method so that it returns a roleJean-Philippe Lang2007-04-041-3/+4
* Various code cleaning, mainly on User, Permission and IssueStatus models.Jean-Philippe Lang2007-04-048-33/+23
* Patch 9725 Email templates of chinese simplified (Andy Wu)Jean-Philippe Lang2007-04-046-6/+6
* Feature #9808 Allow user to "change" issue status to the same statusJean-Philippe Lang2007-04-041-2/+2
* Fixed 9793 Preview fail for first wiki page of a projectJean-Philippe Lang2007-04-031-1/+1
* Added subprojects issue count on project "Reports" pageJean-Philippe Lang2007-04-034-9/+37
* Fixed pagination on users/list (status filter lost)Jean-Philippe Lang2007-04-032-7/+7
* Slight modifications on revisions tableJean-Philippe Lang2007-04-031-5/+5
* Feature 9784 Set status when raising issue.Jean-Philippe Lang2007-04-033-2/+11
* Quick fix for:Jean-Philippe Lang2007-04-032-9/+11
* Colored square added on "my page" issue listJean-Philippe Lang2007-04-021-1/+1
* Added parent project name (if it exists) on project list and project overview.Jean-Philippe Lang2007-04-023-4/+10
* Applied the same column width in different similar views.Jean-Philippe Lang2007-04-023-6/+6
* added svn-executable property on perl scriptsJean-Philippe Lang2007-04-023-75/+0
* Renamed the repository management script and removed hard coded parameters.Jean-Philippe Lang2007-04-021-0/+138
* Added some attributes length validations.Jean-Philippe Lang2007-04-0213-15/+37
* Added the ability to copy an existing workflow when creating a new tracker.Jean-Philippe Lang2007-04-029-0/+17
* Added the ability to include subprojects issues on calendar & gantt (options ...Jean-Philippe Lang2007-04-024-19/+44
* Migration to add identifier attribute on project.Jean-Philippe Lang2007-04-021-0/+9
* Initial commit for svn repository management and access control:Jean-Philippe Lang2007-04-0118-5/+239
* Patch #9705 Tracker filtering on Main Calendar (Jeffrey Jones)Jean-Philippe Lang2007-03-3111-58/+104
* Added calendar-zh.js for chinese translation (Andy Wu)Jean-Philippe Lang2007-03-311-0/+127
* Added chinese simplified translation (Andy Wu)Jean-Philippe Lang2007-03-3110-7/+463
* Japanese lang file updated (Satoru KURASHIKI)Jean-Philippe Lang2007-03-301-41/+41
* removed hard coded strings in viewsJean-Philippe Lang2007-03-293-5/+5
* patch #9627 Add Side by Side in Diff view (Cyril Mougel)Jean-Philippe Lang2007-03-2910-63/+276
* german lang file updated (Thomas Löber)Jean-Philippe Lang2007-03-281-54/+54
* removed filter_html on RedCloth textile conversionsJean-Philippe Lang2007-03-271-1/+1
* slight svg rendering modificationsJean-Philippe Lang2007-03-261-17/+17
* added info about textile availabality on admin/infoJean-Philippe Lang2007-03-262-4/+7
* added changes counts on the "commits per author" svn stat graphJean-Philippe Lang2007-03-261-4/+14
* replaced an hard coded labelJean-Philippe Lang2007-03-261-1/+1
* fixed #9542 sqlite3 exception in db:migrate on AddChangesetCommitDateJean-Philippe Lang2007-03-261-1/+1
* fixed bug 9537 fetch_changesets brokenJean-Philippe Lang2007-03-251-9/+1
* added pagination on revisions listJean-Philippe Lang2007-03-253-2/+22
* added simple svn statistics graphs, rendered using SVG::GraphJean-Philippe Lang2007-03-2525-3/+3897