summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Adds a few functional tests.Jean-Philippe Lang2009-11-074-7/+100
* Fixed: Pre-filled time tracking date ignores timezone (#4160).Jean-Philippe Lang2009-11-062-1/+10
* Add test:coverage task.Jean-Philippe Lang2009-11-061-0/+11
* Fixed a typo in Object daddyEric Davis2009-11-052-1/+7
* Fixed: first day of date range is not included in time report with SQLite (#3...Jean-Philippe Lang2009-11-042-1/+17
* Fixes test environments.Jean-Philippe Lang2009-11-042-0/+8
* Use FasterCSV or ruby1.9 CSV instead of ruby1.8 builtin CSV.Jean-Philippe Lang2009-11-047-14/+2000
* Fixed: child_pages macro fails on wiki page history (#4152).Jean-Philippe Lang2009-11-041-1/+1
* Fixed: Feed content limit ignored on issues list.Jean-Philippe Lang2009-11-041-1/+1
* Sort the list of users to add to a group or project (#4150).Jean-Philippe Lang2009-11-041-1/+1
* Set trunk version to 0.8.6Jean-Philippe Lang2009-11-041-1/+1
* Fixed: inline images in wiki headings (#4112).Jean-Philippe Lang2009-11-042-1/+14
* Locales updateAzamat Hackimov2009-11-032-9/+10
* Translation updates (closes #4102, #4108, #4118).Jean-Philippe Lang2009-10-313-51/+52
* Fixed a test failure.Jean-Philippe Lang2009-10-291-2/+3
* Unified UsersController#list and #index.Jean-Philippe Lang2009-10-294-23/+16
* Fixes users links.Jean-Philippe Lang2009-10-292-3/+3
* Include missing fixtures.Jean-Philippe Lang2009-10-291-1/+1
* AccountController#show (/account/show/:id) moved to UsersController#show (/us...Jean-Philippe Lang2009-10-297-59/+71
* Do not show user profile if no visible project or activity (#4129, #3720).Jean-Philippe Lang2009-10-292-0/+9
* Typo fixed (#4134).Jean-Philippe Lang2009-10-292-2/+2
* Fixed error on repository when there are no comments in a changeset (#4126).Jean-Philippe Lang2009-10-291-1/+1
* Add etag check on the activity view to avoid rendering when not modified.Jean-Philippe Lang2009-10-252-15/+19
* Add indexes on various timestamps to speed up the activity view.Jean-Philippe Lang2009-10-251-0/+25
* IssuesController#destroy accepts POST only (#4107).Jean-Philippe Lang2009-10-251-0/+4
* HTML escaping (#4106).Jean-Philippe Lang2009-10-252-2/+2
* Add translations for new permission.Jean-Philippe Lang2009-10-2535-0/+35
* Add a permission to remove issue watchers (#2450).Jean-Philippe Lang2009-10-255-2/+41
* Allow project forums copy.Jean-Philippe Lang2009-10-254-1/+30
* Display stats about objects that can be copied.Jean-Philippe Lang2009-10-253-10/+20
* Do not ignore parent project setting on project copy (#3386).Jean-Philippe Lang2009-10-251-0/+1
* Prevent mass-assignment warnings.Jean-Philippe Lang2009-10-251-1/+1
* Reset timestamps and wiki page hierarchy on project copy.Jean-Philippe Lang2009-10-252-5/+5
* Prevent mass-assignment warnings.Jean-Philippe Lang2009-10-251-7/+7
* Removes debug message.Jean-Philippe Lang2009-10-251-1/+0
* Fixes project wiki copy.Jean-Philippe Lang2009-10-252-11/+19
* Add a test that breaks before r2967 (broken project wiki copy).Jean-Philippe Lang2009-10-252-3/+8
* Wiki auto creation temporary disabled until project wiki copy is fixed (2 wik...Jean-Philippe Lang2009-10-241-1/+1
* Project copy: let the user choose what to copy from the source project (every...Jean-Philippe Lang2009-10-244-63/+113
* Removes debug code.Jean-Philippe Lang2009-10-241-1/+0
* Small fix to HTML title.Jean-Philippe Lang2009-10-241-1/+2
* Add mail field to admin user search filter (#3882).Jean-Philippe Lang2009-10-241-1/+1
* Adds a test for attached image inside a link (#4033).Jean-Philippe Lang2009-10-241-1/+3
* Sets proper content type for plain text mails (#3970).Jean-Philippe Lang2009-10-242-4/+10
* Reverts r2770 (#3391).Jean-Philippe Lang2009-10-241-1/+1
* Sets the current project as the default value of project jump box (#4053).Jean-Philippe Lang2009-10-241-2/+2
* Translation updates (closes #4054, #4060, #4075).Jean-Philippe Lang2009-10-243-19/+19
* Prevent undefined method `<=>' for nil:NilClass in AbstractAdapter (#4098).Jean-Philippe Lang2009-10-241-1/+1
* Fixes form buttons on projects/settings/activities (closes #4083).Jean-Philippe Lang2009-10-221-2/+7
* Remove hard coded string in a view (closes #4076).Jean-Philippe Lang2009-10-221-1/+1