Oliver Günther
85081ac5f9
Fix all toolbar titles
9 years ago
Oliver Günther
b7040e0960
Remove role="grid" from tables
...
As described in https://community.openproject.org/work_packages/20429/activity#activity-19 ,
the role 'grid' effectively blocks impaired users from detecting input elements in
cells of those tables.
9 years ago
Henriette Dinger
1a6dc49cf9
Insert class for correct styling
9 years ago
Mohamed Wael Khobalatte
0e72ec4243
Move to ruby1-9 syntax once and for all
9 years ago
Henriette Dinger
e9810757f6
Insert a '-short' class for td and update table in Wiki/History, WP/simpleList, Revision
9 years ago
Henriette Dinger
12993e484c
restyled the tables Boards, My, ProjectAssociation, Repositories, TimeEntries, Wiki/History, WorkPackages/ListSimple
9 years ago
Florian Kraft
6dc12cfb35
introduce legacy headings
...
This will add legacy headings to pages which cannot use the new toolbar (yet)
These are mostly wiki pages which use more complicated menus with sub-
menus. These are currently not supported by the new toolbar
(and will not be until 4.1.1).
Signed-off-by: Florian Kraft <f.kraft@finn.de>
10 years ago
Alex Coles
15c270b1f6
Normalise indentation in Rails ERB views
...
Signed-off-by: Alex Coles <alex@alexbcoles.com>
10 years ago
Alex Coles
e0191e759c
Update year in copyright header to 2015
...
[ci skip]
10 years ago
Alex Coles
bd22b35395
Apply button styles to most buttons in Rails views
...
Signed-off-by: Alex Coles <alex@alexbcoles.com>
10 years ago
Johannes Wollert
8b096975fe
updates copyright headers
...
updates more copyright
more copyright headers
11 years ago
Till Breuer
a8265cef6c
Ensure wiki_page#to_param is used for various links and redirects
11 years ago
Philipp Tessenow
a1e67dd460
new copyright header #1903
11 years ago
Jens Ulferts
d53c983496
uses will_paginate for wiki history
12 years ago
Jens Ulferts
21459a384f
provide every possible file with a short copyright notice
...
This was done using the rake task: rake copyright:update
12 years ago
Philipp Tessenow
62d92ef05a
use new translation style for various wiki/wiki_page/wiki_content things
12 years ago
Martin Linkhorst
d81ce2a530
DEPRECATION FIX: the saga begins: adding equal signs to form helpers in view. we start with form_tag
12 years ago
Jens Ulferts
b40a2b5204
renames rhtml to html.erb
12 years ago
Romano Licker
7100005dac
[ #686 ] h escaping ver.version
13 years ago
Romano Licker
b17ba43aa2
[ #667 ] added labels for wiki history
13 years ago
Romano Licker
11b6807be9
[ #686 ] h escaping ver.version
13 years ago
Romano Licker
a8596e4536
[ #667 ] added labels for wiki history
13 years ago
Romano Licker
bee6217b3f
[ #667 ] added labels for wiki history
13 years ago
Eric Davis
2c46411678
[ #547 ] Security audit
13 years ago
Holger Just
07185fb169
[ #436 ] Remove trailing whitespace
14 years ago
Jean-Philippe Lang
cc10d1a0d8
Removed extraneous hidden_field on wiki history ( #7379 ).
...
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4740 e93f8b46-1217-0410-a6f0-8f06a7374b81
14 years ago
Jean-Philippe Lang
e7a9c386ef
Removed hard-coded style on wiki history view.
...
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4651 e93f8b46-1217-0410-a6f0-8f06a7374b81
14 years ago
Eric Davis
c514dd6885
Refactor: convert WikiController to a REST resource
...
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4303 e93f8b46-1217-0410-a6f0-8f06a7374b81
14 years ago
Eric Davis
e9efa5b981
Refactor: use :id instead of :page when linking to Wiki Pages
...
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4296 e93f8b46-1217-0410-a6f0-8f06a7374b81
14 years ago
Eric Davis
c259ada6e1
Refactor: rename WikiController#index to #show, it's a single resource action
...
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4266 e93f8b46-1217-0410-a6f0-8f06a7374b81
14 years ago
Eric Davis
d3381fb518
Refactor: change :id on WikiController to use :project_id
...
Using :id to track projects on non-project controllers is confusing and
makes routing with resources difficult.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4265 e93f8b46-1217-0410-a6f0-8f06a7374b81
14 years ago
Wieland Lindenthal
08a013da44
Minor bug fixes to journalized versions
14 years ago
Tim Felgentreff
47ecf151dd
completely remove acts_as_versioned as it's functionality is contained in acts_as_journalized
...
This makes the wiki just use the versioning provided by acts_as_journalized
14 years ago
Jean-Philippe Lang
3e2e5a0a0c
Removes broken javascript on wiki history.
...
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3559 e93f8b46-1217-0410-a6f0-8f06a7374b81
15 years ago
Jean-Philippe Lang
113049412b
Link to the user from the wiki history view.
...
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3496 e93f8b46-1217-0410-a6f0-8f06a7374b81
15 years ago
Eric Davis
af6b01f55d
Hiding the View Differences button when a wiki page's history only has one version.
...
Patch contributed by Chaoqun Zou (#1743 )
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1749 e93f8b46-1217-0410-a6f0-8f06a7374b81
16 years ago
Jean-Philippe Lang
91a5fa32d7
Fixes non-matching html tag ( #1734 ).
...
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1714 e93f8b46-1217-0410-a6f0-8f06a7374b81
16 years ago
Jean-Philippe Lang
9a1b46fe42
New setting added to specify how many objects should be displayed on most paginated lists.
...
Default is: 25, 50, 100 (users can choose one of these values).
If one value only is entered in this setting (eg. 25), the 'per page' links are not displayed (prior behaviour).
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1026 e93f8b46-1217-0410-a6f0-8f06a7374b81
17 years ago
Jean-Philippe Lang
31c6ebb310
Added wiki annotate view. It's accessible for each version from the page history view.
...
Slight style change: pre-wrap added on file/diff contents.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1020 e93f8b46-1217-0410-a6f0-8f06a7374b81
17 years ago
Jean-Philippe Lang
57d3dd3b80
Sligth changes on my page issue tables and wiki history, changesets tables.
...
git-svn-id: http://redmine.rubyforge.org/svn/trunk@808 e93f8b46-1217-0410-a6f0-8f06a7374b81
17 years ago
Jean-Philippe Lang
f2a5304d64
Sligth changes to wiki views.
...
git-svn-id: http://redmine.rubyforge.org/svn/trunk@773 e93f8b46-1217-0410-a6f0-8f06a7374b81
17 years ago
Jean-Philippe Lang
5e20417e6d
Added wiki diff.
...
Diff can be viewed from the page history, or directly from the project activity page for each edit.
Uses Lars Christensen's diff library.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@583 e93f8b46-1217-0410-a6f0-8f06a7374b81
18 years ago
Jean-Philippe Lang
6d7a855ca2
Added pagination on wiki page history.
...
git-svn-id: http://redmine.rubyforge.org/svn/trunk@571 e93f8b46-1217-0410-a6f0-8f06a7374b81
18 years ago
Jean-Philippe Lang
52547466f0
Fixed: 10342 Creation of Schema in Oracle
...
Comment is a reserved keyword for Oracle. The five 'Comment' columns are renamed to 'Commments'.
Migration scripts were modified to let oracle users create the database. For the others, migration 41 will rename the columns (only if columns have the 'old' name).
Fixed also a few oracle specific issues.
Note: currently (in Rails 1.2.3), there's bug in Rails oracle adapter. See: http://dev.rubyonrails.org/ticket/7344
Attached patch is required for redMine to work properly.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@479 e93f8b46-1217-0410-a6f0-8f06a7374b81
18 years ago
Jean-Philippe Lang
027bf93849
added svn:eol-style native property on /app files
...
git-svn-id: http://redmine.rubyforge.org/svn/trunk@333 e93f8b46-1217-0410-a6f0-8f06a7374b81
18 years ago
Jean-Philippe Lang
c514316a2e
wiki branch merged into trunk
...
git-svn-id: http://redmine.rubyforge.org/svn/trunk@323 e93f8b46-1217-0410-a6f0-8f06a7374b81
18 years ago