Commit Graph

145 Commits (b0bb41ad355771d4ae4704585f29bc12ae6c345d)

Author SHA1 Message Date
Jean-Philippe Lang 3f4a8469ac Added 'estimated time' in the csv export of the issue list. 17 years ago
Jean-Philippe Lang e5daf25618 Fixes: 17 years ago
Jean-Philippe Lang 1c8cf4ef83 Added the following permissions (#527, #585, #627): 17 years ago
Jean-Philippe Lang 0b6a010a12 Translation for various hard-coded strings (#577). 17 years ago
Jean-Philippe Lang c5d998528f The following menus can now be extended by plugins: top_menu, account_menu, application_menu (empty by default). 17 years ago
Jean-Philippe Lang 93ef8b7f77 Replaced window.hash= by Element.scrollTo() 17 years ago
Jean-Philippe Lang 54ff294da1 More appropriate default sort order on sortable columns. 17 years ago
Jean-Philippe Lang 80a60247f5 Slight changes to the activity view. 17 years ago
Jean-Philippe Lang 4e244be21c Slight changes on users list view and hide Anonymous user. 17 years ago
Jean-Philippe Lang 9c451ac157 Set wiki class to issue notes. 17 years ago
Jean-Philippe Lang 0beafecd3b Fixed #208: Issue list does not scroll up when you click next 17 years ago
Jean-Philippe Lang bea49ae245 Administrators can edit issue notes. 17 years ago
Jean-Philippe Lang 0b4a02f607 Display custom fields in two columns on the issue form. 17 years ago
Jean-Philippe Lang 16e9ffce0d Added a 'New issue' link in the main menu (accesskey 7). 17 years ago
Jean-Philippe Lang 44ac1a0deb ProjectsController#add_issue moved to IssuesController#new. 17 years ago
Jean-Philippe Lang 32b9bf0ef2 Added i18n support to the jstoolbar (only english and french are actually translated). 17 years ago
Jean-Philippe Lang bf3066d698 Fixed: Date custom fields not displayed as specified in application settings. 17 years ago
Jean-Philippe Lang 35c17355fb Fixed: issue filters may be lost when paginating after r1026. 17 years ago
Jean-Philippe Lang 702b521b45 Redmine links can be used to link to documents, versions and attachments. 17 years ago
Jean-Philippe Lang a80dbc49b1 Admin settings screen split to tabs. 17 years ago
Jean-Philippe Lang 3e0acc0b7e Slight improvements to the browser views. 17 years ago
Jean-Philippe Lang 97f0da0b1a Moved login and logout links to ApplicationHelper methods for easier customization. 17 years ago
Jean-Philippe Lang 66420fe4b7 TabularFormBuilder moved out of application_helper.rb 17 years ago
Jean-Philippe Lang 9a1b46fe42 New setting added to specify how many objects should be displayed on most paginated lists. 17 years ago
Jean-Philippe Lang 5f871e9657 Fixed: Textile image with style attribute cause internal server error. 17 years ago
Jean-Philippe Lang eb7cbd481e Added some tests for projects controller and helper. 17 years ago
Jean-Philippe Lang 36c0ab196c Added Traditional Chinese translation (by Shortie Lo). 17 years ago
Jean-Philippe Lang 3c44aac1f5 Added version details view accessible from the roadmap. 17 years ago
Jean-Philippe Lang 355289fa67 Roadmap progress bars now differentiate the progress due to closed issues from the open issues progress (2 different colors). 17 years ago
Jean-Philippe Lang 056e3703da Added Bazaar adapter. 17 years ago
Jean-Philippe Lang 92a23c05bb Project name format limitation removed (name can now contain any character). 17 years ago
Jean-Philippe Lang 457c9a8e72 Fixed: svn or ldap password can be found in clear text in the html source in editing mode. 17 years ago
Jean-Philippe Lang 3f2f7153a9 Fixed: Date and time formats defined in settings not applied to the issues CSV export. 17 years ago
Jean-Philippe Lang c383486d71 Added custom fields marked as "For all projects" to the csv export of the cross project issue list. 17 years ago
Jean-Philippe Lang 29b3614bcb Forums enhancements: 17 years ago
Jean-Philippe Lang 8d91afc33e Added per-project tracker selection. Trackers can be selected on project settings. 17 years ago
Jean-Philippe Lang 99f9aea80a * Referencing issues in commit messages: enter * in 'Referencing keywords' to link any issue id without using keywords. 17 years ago
Jean-Philippe Lang deb182337d * Added time zone support: users can select their time zone on their account view. 17 years ago
Jean-Philippe Lang f8aa2dc9b7 'fixed version' field can now be displayed on the issue list. 17 years ago
Jean-Philippe Lang 9ad79612fe Roadmap: more accurate completion percentage calculation (done ratio of open issues is now taken into account). 17 years ago
Jean-Philippe Lang e4ce95c3a1 Added a couple of new formats for the 'date format' setting. 17 years ago
Jean-Philippe Lang 8a8f819d27 Added wiki macros support. 2 builtin macros are defined: hello_world (sample macro that displays the arguments) and macro_list (display the list of installed macros). 17 years ago
Jean-Philippe Lang 63ceea2e21 Custom fields can now be displayed as columns on the issue list. 17 years ago
Jean-Philippe Lang ad68a82be1 Moved ProjectsController#list_news to NewsController#index. 17 years ago
Jean-Philippe Lang 8509cf80f0 ProjectsController#list_issues, #export_issues_csv and #export_issues_pdf merged into IssuesController#index 17 years ago
Jean-Philippe Lang d4e47d5d64 Added radio buttons on the documents list to sort documents by category, date, title or author. 17 years ago
Jean-Philippe Lang bb4acc02d0 Added AJAX based context menu on the project issue list that provide shortcuts for editing, re-assigning, changing the status or the priority, moving or deleting an issue. 17 years ago
Jean-Philippe Lang d9e6359a83 Fixed: some quotation marks are rendered as strange characters in pdf. 17 years ago
Jean-Philippe Lang 8610b191ae Added "Float" as a custom field format. 17 years ago
Jean-Philippe Lang 74ecb37be6 Search engine: 17 years ago