summaryrefslogtreecommitdiffstats
path: root/app/helpers
Commit message (Expand)AuthorAgeFilesLines
* 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
* ProjectsController#list_issues, #export_issues_csv and #export_issues_pdf mer...Jean-Philippe Lang2007-11-051-0/+52
* Added radio buttons on the documents list to sort documents by category, date...Jean-Philippe Lang2007-11-041-1/+1
* Added AJAX based context menu on the project issue list that provide shortcut...Jean-Philippe Lang2007-10-281-0/+16
* Fixed: some quotation marks are rendered as strange characters in pdf.Jean-Philippe Lang2007-10-261-0/+2
* Added "Float" as a custom field format.Jean-Philippe Lang2007-10-251-2/+2
* Search engine:Jean-Philippe Lang2007-10-151-1/+6
* Fixed: 'Issues' table shows weird date for 'Start' and 'Due date' columnsJean-Philippe Lang2007-10-151-1/+1
* Removed inconsistent user manual stuff (html/docbook content and controller)....Jean-Philippe Lang2007-10-131-19/+0
* Default encodings for repository files can now be set in application settings...Jean-Philippe Lang2007-10-071-1/+15
* Fixed: improper 0x5c char handling in PDF output (Go Maeda).Jean-Philippe Lang2007-10-061-2/+5
* Added some accesskeys:Jean-Philippe Lang2007-10-051-0/+10
* Performance improvement on calendar and gantt (about 45% on gantt for large n...Jean-Philippe Lang2007-10-032-2/+15
* Added the ability to customize columns of a saved query.Jean-Philippe Lang2007-10-011-1/+40
* Search engines now supports pagination.Jean-Philippe Lang2007-09-271-1/+1
* Application layout refactored.Jean-Philippe Lang2007-09-221-0/+18
* Date added as acronym title in ApplicationHelper#authoringJean-Philippe Lang2007-09-151-1/+2
* Changed author display on issues, news and document files.Jean-Philippe Lang2007-09-151-0/+4
* Main project list now displays root projects with their subprojects.Jean-Philippe Lang2007-09-141-1/+6
* Added project module concept.Jean-Philippe Lang2007-09-142-4/+17