summaryrefslogtreecommitdiffstats
path: root/app/views/boards
Commit message (Expand)AuthorAgeFilesLines
* Revert undesired changes (#36593)Marius Balteanu2022-03-211-2/+2
* Skip validation of required custom fields when creating a project if user doe...Marius Balteanu2022-03-211-2/+2
* Deprecate and rename rss_* methods to atom_* methods (#15118).Marius Balteanu2022-03-192-4/+4
* No left padding for the first level entries in forums list (#32156).Go MAEDA2021-03-261-4/+8
* Make project settings more accessible (#22090).Jean-Philippe Lang2019-06-202-0/+10
* Adds preview option to the wiki toolbar (#27758).Jean-Philippe Lang2018-09-261-3/+0
* Use css pseudo-classes instead of cycle("odd", "even") (#15361).Jean-Philippe Lang2017-01-252-2/+2
* Reverts r16051 and r16050 for now (#15361).Jean-Philippe Lang2016-12-032-2/+2
* Use css pseudo-classes instead "odd", "even" classes (#15361).Jean-Philippe Lang2016-12-032-2/+2
* Use the regular "icon icon-*" in other pages (#24313).Jean-Philippe Lang2016-11-191-1/+1
* Removes calls to #assert_template and #assigns in functional tests.Jean-Philippe Lang2016-07-181-1/+1
* Use ul tags to do pagination (#21258).Jean-Philippe Lang2015-11-281-1/+1
* Removed unneeded #h calls in views.Jean-Philippe Lang2015-02-232-5/+5
* Removed deprecated align and width html attributes (#15307).Jean-Philippe Lang2013-11-111-1/+1
* Don't wrap watcher link with span.Jean-Philippe Lang2013-02-071-1/+1
* Code cleanup, use named routes.Jean-Philippe Lang2012-12-222-10/+10
* Support for subforums (#3831).Jean-Philippe Lang2012-07-313-3/+6
* Removed inline styles.Jean-Philippe Lang2012-07-291-3/+3
* Removed inline styles.Jean-Philippe Lang2012-07-291-5/+3
* Moved syntax highlight styles to application.css.Jean-Philippe Lang2012-07-281-1/+0
* JQuery in, Prototype/Scriptaculous out (#11445).Jean-Philippe Lang2012-07-221-2/+2
* Adds a helper for preview links.Jean-Philippe Lang2012-07-181-7/+1
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-253-3/+3
* Adds a helper for displaying validation error messages.Jean-Philippe Lang2012-02-261-1/+1
* Resourcified boards.Jean-Philippe Lang2011-12-014-7/+5
* Remove unecessary page title HTML escaping from views (#9252).Etienne Massip2011-10-021-1/+1
* replace tabs to spaces at app/views/boards/index.html.erbToshi MARUYAMA2011-09-171-1/+1
* replace tabs to spaces at app/views/boards/show.html.erbToshi MARUYAMA2011-09-171-1/+1
* remove trailing white-spaces app/views/boards/show.html.erbToshi MARUYAMA2011-09-171-2/+2
* remove trailing white-spaces from app/views/boards/index.html.erbToshi MARUYAMA2011-09-161-1/+1
* rename .rhtml to .html.erb of app/views/boards/index.rhtml.Toshi MARUYAMA2011-08-241-0/+0
* rename .rhtml to .html.erb of app/views/boards/_form.rhtml.Toshi MARUYAMA2011-08-241-0/+0
* rename .rhtml to .html.erb of app/views/boards/show.rhtml.Toshi MARUYAMA2011-08-241-0/+0
* rename .rhtml to .html.erb of app/views/boards/new.rhtml.Toshi MARUYAMA2011-08-241-0/+0
* rename .rhtml to .html.erb of app/views/boards/edit.rhtml.Toshi MARUYAMA2011-08-241-0/+0
* HTML escape at app/views/boards/show.rhtml.Toshi MARUYAMA2011-08-021-1/+1
* Fixed: Syntax highlighting unavailable from board new topic or topic edit pre...Jean-Philippe Lang2011-02-201-0/+1
* Refactor: extract ProjectsController#activity to a new Activities controller.Eric Davis2010-08-271-2/+2
* Slight forum styles changes.Jean-Philippe Lang2010-02-141-1/+1
* Removes large icons.Jean-Philippe Lang2009-12-171-1/+1
* Render new message form if needed.Jean-Philippe Lang2009-05-251-0/+2
* Adds single forum atom feed (#3181).Jean-Philippe Lang2009-04-241-0/+8
* Adds an helper to render other formats download links.Jean-Philippe Lang2009-01-291-5/+3
* Automatically focus several form fields.Jean-Philippe Lang2009-01-221-1/+1
* Validates sort_key and sort_order params (#2378).Jean-Philippe Lang2008-12-241-3/+3
* Added the board's description below the board's name.Eric Davis2008-10-251-0/+1
* Messages on a Board can now be sorted by the number of replies.Eric Davis2008-08-201-1/+1
* Adds HTML titles to forums related views.Jean-Philippe Lang2008-06-292-0/+4
* Add breadcrumb nav for the forums (#892).Jean-Philippe Lang2008-03-271-0/+2
* Adds atom feed link on boards index.Jean-Philippe Lang2008-03-091-1/+11