summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Fixed: error on csv/pdf export and feeds (oracle)Jean-Philippe Lang2007-05-292-3/+3
* Fixed: SQL error when a non-admin user displays the project listJean-Philippe Lang2007-05-291-1/+1
* Fixed date query filters (wrong results and sql error with postgresql)Jean-Philippe Lang2007-05-291-7/+7
* Added Swedish translation supplied by Thomas Habets.Jean-Philippe Lang2007-05-296-0/+0
* Attachments can be displayed inline in DocumentsJean-Philippe Lang2007-05-281-1/+1
* Fixed: open/closed issue counts are always 0 on reports view (postgresql)Jean-Philippe Lang2007-05-281-1/+1
* Added filename header when sending an image inlineJean-Philippe Lang2007-05-271-1/+1
* Added the ability to archive projects:Jean-Philippe Lang2007-05-2718-36/+153
* Slight views refactoringJean-Philippe Lang2007-05-277-59/+7
* Password fields hidden on users/add form when selecting an external authentic...Jean-Philippe Lang2007-05-271-1/+3
* Account information can now be sent to the user when creating an account.Jean-Philippe Lang2007-05-275-1/+29
* Optimistic locking added for wiki edits.Jean-Philippe Lang2007-05-263-2/+8
* Show a 404 error page if attachment can not be read.Jean-Philippe Lang2007-05-261-0/+5
* Added issue count details for versions on Reports view.Jean-Philippe Lang2007-05-262-1/+27
* Fixed "Projects" drop-down menu for IE.Jean-Philippe Lang2007-05-261-6/+8
* Attachments can now be added to wiki pages (original patch by Pavol Murin). O...Jean-Philippe Lang2007-05-2617-55/+170
* Added the ability to destroy wiki pages (content and its history are deleted ...Jean-Philippe Lang2007-05-253-1/+13
* Dutch translation added (Linda van den Brink)Jean-Philippe Lang2007-05-246-0/+27
* User's projects alphabetically sorted in the Projects drop down menu.Jean-Philippe Lang2007-05-231-6/+6
* Fixed a couple of spelling errors (JT Zemp)Jean-Philippe Lang2007-05-201-2/+2
* Versions can now be created with no date.Jean-Philippe Lang2007-05-207-33/+42
* Fixed: performance issue on RepositoriesController#revisions when a changeset...Jean-Philippe Lang2007-05-153-5/+15
* "My projects" are now listed under the drop-down "Projects" top menu item (20...Jean-Philippe Lang2007-05-151-11/+13
* Text search added on messages.Jean-Philippe Lang2007-05-142-1/+14
* Reply form on the message view is displayed only if user is logged in.Jean-Philippe Lang2007-05-141-0/+2
* Added mail notification when a new message is posted in the forums.Jean-Philippe Lang2007-05-143-0/+36
* Added watchers for message boards (watchers controller modified to support an...Jean-Philippe Lang2007-05-137-14/+42
* Per project forums added.Jean-Philippe Lang2007-05-1320-1/+442
* Fixed: error when viewing a file diff from a revision view (only if repositor...Jean-Philippe Lang2007-05-101-1/+1
* Added "assigned to" field in mail notifications.Jean-Philippe Lang2007-05-101-0/+1
* Added some javascript to prevent from selecting the same from/to revision for...Jean-Philippe Lang2007-05-101-1/+1
* Added the ability to view a file diff with free to/from revision selection.Jean-Philippe Lang2007-05-101-4/+13
* Added a test for the mail handler.Jean-Philippe Lang2007-05-091-3/+3
* Added a simple mail handler.Jean-Philippe Lang2007-05-091-0/+40
* Fixed: files with an apostrophe in their names can't be accessed in the repos...Jean-Philippe Lang2007-05-091-1/+1
* Text files can now be viewed online when browsing the repository.Jean-Philippe Lang2007-05-084-5/+38
* "me" value is now available in queries for "assigned to" and "author" filters.Jean-Philippe Lang2007-05-084-4/+23
* Changed the length of 'language' column in users table from 2 to 5, to allow ...Jean-Philippe Lang2007-05-0813-7/+34
* Removed "Wiki edits" option in the activity view if the project has no wiki.Jean-Philippe Lang2007-05-072-2/+2
* Added an option to see all versions in the roadmap view (including completed ...Jean-Philippe Lang2007-05-077-19/+32
* Added fragment caching for calendar and gantt viewsJean-Philippe Lang2007-05-065-34/+83
* Added autologin feature (disabled by default).Jean-Philippe Lang2007-05-066-13/+40
* Added a "clear" link when displaying a saved query. It clears the query filte...Jean-Philippe Lang2007-05-051-2/+3
* Filter values hidden by default to avoid show/hide flashes when loading screen.Jean-Philippe Lang2007-05-051-1/+1
* Ajaxified issue filter reset linkJean-Philippe Lang2007-05-051-5/+8
* Issue#long_id no more used and removedJean-Philippe Lang2007-05-054-7/+3
* Slight modifications on project settings viewsJean-Philippe Lang2007-05-052-8/+10
* Members management in project settings is now AJAXifiedJean-Philippe Lang2007-05-054-54/+62
* Issue filter no more reseted when clicking 'Issues' menu linkJean-Philippe Lang2007-05-051-2/+2
* Issue relations first commit (not thoroughly tested). 4 kinds of relation are...Jean-Philippe Lang2007-05-059-15/+238