summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Fixed: LDAP authentication without password may be possible (#714).Jean-Philippe Lang2008-02-221-0/+1
* Roadmap enhancements (closes #697, #698):Jean-Philippe Lang2008-02-211-6/+10
* Fixed: "undefined method 'textilizable'" error on email notification when run...Jean-Philippe Lang2008-02-211-3/+3
* Added 'estimated time' in the csv export of the issue list.Jean-Philippe Lang2008-02-211-0/+2
* Fixed: Adding time when Updating a ticket is gone (closes #701).Jean-Philippe Lang2008-02-211-0/+13
* Do not clear issue relations when moving an issue to another project if cross...Jean-Philippe Lang2008-02-211-2/+4
* Order issues by id on the roadmap.Jean-Philippe Lang2008-02-181-1/+1
* Fixed: auto closing of duplicates doesn't work.Jean-Philippe Lang2008-02-172-1/+4
* Fixes:Jean-Philippe Lang2008-02-177-19/+37
* Rescue and display an error message when trying to delete a role that is in use.Jean-Philippe Lang2008-02-161-5/+4
* Removed fragment caching on gantt and calendar.Jean-Philippe Lang2008-02-168-126/+0
* Atom feeds:Jean-Philippe Lang2008-02-162-3/+3
* Added the following permissions (#527, #585, #627):Jean-Philippe Lang2008-02-165-6/+14
* Added translation support for project modules names and a few other strings.Jean-Philippe Lang2008-02-164-10/+11
* Slight changes to calendar and activity h2 titles.Jean-Philippe Lang2008-02-152-2/+2
* Escape titles in activity view.Jean-Philippe Lang2008-02-141-1/+1
* Fixed a bug in localization introduced by r1131 (anonymous users inherit the ...Jean-Philippe Lang2008-02-131-0/+1
* Translation for various hard-coded strings (#577).Jean-Philippe Lang2008-02-125-5/+11
* Added issue subject to the time entries view and subject + tracker to the csv...Jean-Philippe Lang2008-02-122-5/+9
* Fixed: empty status list shouldn't be displayed when the user can not change ...Jean-Philippe Lang2008-02-121-1/+1
* Fixed: wiki and changeset links not displayed when previewing issue descripti...Jean-Philippe Lang2008-02-124-4/+5
* The following menus can now be extended by plugins: top_menu, account_menu, a...Jean-Philippe Lang2008-02-122-21/+3
* Replaced window.hash= by Element.scrollTo()Jean-Philippe Lang2008-02-115-7/+4
* Footer update.Jean-Philippe Lang2008-02-111-1/+1
* Fixed: 404 error when selecting an other project on issues/move.Jean-Philippe Lang2008-02-111-1/+1
* Fixed: context menu not available if the initial issue list is empty.Jean-Philippe Lang2008-02-112-8/+5
* Fixed: Anonymous users may not see the issue list headers in the correct lang...Jean-Philippe Lang2008-02-101-1/+1
* Issue list now supports bulk edit/move/delete (#563, #607). For now, issues f...Jean-Philippe Lang2008-02-1010-170/+191
* Merged IssuesController #edit and #update into a single actions.Jean-Philippe Lang2008-02-0910-126/+88
* Create a journal and send an email when an issue is closed by commit (#609).Jean-Philippe Lang2008-02-061-1/+15
* Slight change to the issue added/updated email templates.Jean-Philippe Lang2008-02-054-8/+11
* More appropriate default sort order on sortable columns.Jean-Philippe Lang2008-02-056-18/+24
* Slight changes to the activity view.Jean-Philippe Lang2008-02-042-9/+18
* Slight changes on users list view and hide Anonymous user.Jean-Philippe Lang2008-02-033-31/+25
* Set wiki class to issue notes.Jean-Philippe Lang2008-02-031-1/+1
* Fixed: error when uploading a file with no content-type specified by the brow...Jean-Philippe Lang2008-02-031-1/+1
* Fixed #208: Issue list does not scroll up when you click nextJean-Philippe Lang2008-02-031-3/+9
* Slight style changes on issue associated changesets list.Jean-Philippe Lang2008-02-031-6/+6
* ProjectsController#add_news moved to NewsController#new.Jean-Philippe Lang2008-02-037-26/+70
* Add 'Author' to the available columns for the issue list.Jean-Philippe Lang2008-02-031-0/+1
* Do not authorize project identifier with numbers only (would be interpreted a...Jean-Philippe Lang2008-02-021-0/+1
* Fixed an error on issue feeds.Jean-Philippe Lang2008-02-021-1/+1
* Administrators can edit issue notes.Jean-Philippe Lang2008-02-028-1/+96
* Fixed RepositoriesController: undefined local variable or method `show_error'...Jean-Philippe Lang2008-01-251-7/+7
* User display format is now configurable in administration settings.Jean-Philippe Lang2008-01-256-6/+32
* Prevent unexpected nil in custom value validation.Jean-Philippe Lang2008-01-241-13/+18
* Fixed: Incorrect filtering for unset values when using 'is not' filter.Jean-Philippe Lang2008-01-231-1/+1
* Issue properties below the description textarea.Jean-Philippe Lang2008-01-233-10/+13
* Added preview for issue notes.Jean-Philippe Lang2008-01-233-3/+14
* Fixed: can not lock a topic when creating it.Jean-Philippe Lang2008-01-231-1/+1