summaryrefslogtreecommitdiffstats
path: root/app/helpers
Commit message (Expand)AuthorAgeFilesLines
* Display the last 30 days on the activity view rather than the current month.Jean-Philippe Lang2008-03-051-0/+4
* Display wiki syntax quick ref link within the jstoolbar (closes #629, #767).Jean-Philippe Lang2008-03-051-1/+6
* Translations updates:Jean-Philippe Lang2008-03-051-3/+8
* Adds an optional description to attachments.Jean-Philippe Lang2008-02-291-1/+1
* Propagates time tracking to the parent project (closes #433). Time report enh...Jean-Philippe Lang2008-02-271-1/+3
* Adds date range filter and pagination on time entries detail view (closes #434).Jean-Philippe Lang2008-02-263-5/+56
* Added 'estimated time' in the csv export of the issue list.Jean-Philippe Lang2008-02-211-0/+2
* Fixes:Jean-Philippe Lang2008-02-171-13/+24
* Added the following permissions (#527, #585, #627):Jean-Philippe Lang2008-02-161-1/+1
* Translation for various hard-coded strings (#577).Jean-Philippe Lang2008-02-121-0/+4
* The following menus can now be extended by plugins: top_menu, account_menu, a...Jean-Philippe Lang2008-02-121-8/+0
* Replaced window.hash= by Element.scrollTo()Jean-Philippe Lang2008-02-111-1/+1
* More appropriate default sort order on sortable columns.Jean-Philippe Lang2008-02-052-5/+10
* Slight changes to the activity view.Jean-Philippe Lang2008-02-041-0/+4
* Slight changes on users list view and hide Anonymous user.Jean-Philippe Lang2008-02-031-1/+1
* Set wiki class to issue notes.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
* Administrators can edit issue notes.Jean-Philippe Lang2008-02-021-0/+37
* Display custom fields in two columns on the issue form.Jean-Philippe Lang2008-01-201-1/+1
* Added a 'New issue' link in the main menu (accesskey 7).Jean-Philippe Lang2008-01-202-15/+1
* ProjectsController#add_issue moved to IssuesController#new.Jean-Philippe Lang2008-01-201-1/+1
* Added i18n support to the jstoolbar (only english and french are actually tra...Jean-Philippe Lang2008-01-171-1/+3
* Fixed: Date custom fields not displayed as specified in application settings.Jean-Philippe Lang2008-01-151-1/+1
* Fixed: issue filters may be lost when paginating after r1026.Jean-Philippe Lang2008-01-151-1/+6
* Redmine links can be used to link to documents, versions and attachments.Jean-Philippe Lang2008-01-151-35/+83
* Admin settings screen split to tabs.Jean-Philippe Lang2008-01-061-0/+8
* Slight improvements to the browser views.Jean-Philippe Lang2008-01-022-11/+12
* Moved login and logout links to ApplicationHelper methods for easier customiz...Jean-Philippe Lang2007-12-301-0/+8
* TabularFormBuilder moved out of application_helper.rbJean-Philippe Lang2007-12-301-35/+0
* New setting added to specify how many objects should be displayed on most pag...Jean-Philippe Lang2007-12-291-8/+22
* Fixed: Textile image with style attribute cause internal server error.Jean-Philippe Lang2007-12-191-5/+5
* Added some tests for projects controller and helper.Jean-Philippe Lang2007-12-141-2/+2
* Added Traditional Chinese translation (by Shortie Lo).Jean-Philippe Lang2007-12-071-1/+1
* Added version details view accessible from the roadmap.Jean-Philippe Lang2007-12-071-0/+28
* Roadmap progress bars now differentiate the progress due to closed issues fro...Jean-Philippe Lang2007-12-051-3/+7
* Added Bazaar adapter.Jean-Philippe Lang2007-12-031-0/+4
* Project name format limitation removed (name can now contain any character).Jean-Philippe Lang2007-12-031-1/+1
* Fixed: svn or ldap password can be found in clear text in the html source in ...Jean-Philippe Lang2007-12-011-1/+4
* Fixed: Date and time formats defined in settings not applied to the issues CS...Jean-Philippe Lang2007-12-011-4/+5
* Added custom fields marked as "For all projects" to the csv export of the cro...Jean-Philippe Lang2007-11-271-7/+5
* Forums enhancements:Jean-Philippe Lang2007-11-241-2/+2
* Added per-project tracker selection. Trackers can be selected on project sett...Jean-Philippe Lang2007-11-201-1/+1
* * Referencing issues in commit messages: enter * in 'Referencing keywords' to...Jean-Philippe Lang2007-11-201-1/+1
* * Added time zone support: users can select their time zone on their account ...Jean-Philippe Lang2007-11-191-1/+7
* 'fixed version' field can now be displayed on the issue list.Jean-Philippe Lang2007-11-181-1/+5
* Roadmap: more accurate completion percentage calculation (done ratio of open ...Jean-Philippe Lang2007-11-172-3/+19
* Added a couple of new formats for the 'date format' setting.Jean-Philippe Lang2007-11-161-4/+6
* Added wiki macros support. 2 builtin macros are defined: hello_world (sample ...Jean-Philippe Lang2007-11-121-5/+20
* Custom fields can now be displayed as columns on the issue list.Jean-Philippe Lang2007-11-071-14/+15
* Moved ProjectsController#list_news to NewsController#index.Jean-Philippe Lang2007-11-051-19/+0