index
:
redmine.git
0.6-stable
0.7-stable
0.8-stable
0.9-stable
1.0-stable
1.1-stable
1.2-stable
1.3-stable
1.4-stable
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
3.0-stable
3.1-stable
3.2-stable
3.3-stable
3.4-stable
4.0-stable
4.1-stable
4.2-stable
5.0-stable
5.1-stable
6.0-stable
integration-to-svn-stable-1.0
integration-to-svn-trunk
master
nbc
plugin-hooks
swistak
work
Mirror of redmine code source: https://github.com/redmine/redmine
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
app
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup wiki syntax files by moving inline style for img border to CSS (#3911...
Marius Balteanu
2024-02-19
38
-519
/
+518
*
Adds erb extension to all wiki syntax help files (#39111, #40137).
Marius Balteanu
2024-02-19
74
-0
/
+0
*
* Remove languages from wiki syntax help files that are identical with en lan...
Marius Balteanu
2024-02-19
131
-27518
/
+7
*
Reorganize all the wiki syntax help files per text formatter (@markdown@, @co...
Marius Balteanu
2024-02-19
205
-1
/
+1
*
* Introduces @HelpController@ and a new route @help/wiki_syntax/(:type)@ to s...
Marius Balteanu
2024-02-19
208
-0
/
+44347
*
Reverts r22717 (#39111, #40137).
Marius Balteanu
2024-02-19
208
-44347
/
+0
*
* Moves all wiki syntax files from @public/help@ to @app/views/help/wiki_synt...
Marius Balteanu
2024-02-19
208
-0
/
+44347
*
Replaces @URI.parse@ with @Addressable::URI.parse(url)@ to enhance robustness...
Marius Balteanu
2024-02-13
1
-11
/
+10
*
Stop appending the utf8 checkmark parameter to form URLs (#40190).
Marius Balteanu
2024-02-13
1
-5
/
+0
*
Custom themes are now loaded from "/themes" directory from project root. The ...
Marius Balteanu
2024-02-13
1
-1
/
+0
*
Fix failing tests related to favicon in themes after r22692 (#39111).
Marius Balteanu
2024-02-13
1
-1
/
+1
*
Principal.not_member_of scope does not accept ActiveRecord::Relation (#28243).
Go MAEDA
2024-02-08
1
-2
/
+2
*
Move public assets (images, javascripts, stylesheets, themes) to app/assets (...
Marius Balteanu
2024-02-07
270
-0
/
+10471
*
Includes favicon in assets pipeline (#39111).
Marius Balteanu
2024-02-07
1
-2
/
+2
*
Raise the maximum length of the title element in the Atom feed from 100 to 30...
Go MAEDA
2024-02-07
1
-3
/
+3
*
Add spaces around the slash for consistency and better readability (#40166).
Go MAEDA
2024-02-03
6
-11
/
+11
*
Internationalize "Check all / Uncheck all" tooltip in project list for admins...
Go MAEDA
2024-02-03
1
-1
/
+2
*
Optimize queries visibility check (#39852).
Go MAEDA
2024-02-01
1
-10
/
+11
*
Add support for IDN (internationalized domain name) email addresses in user a...
Go MAEDA
2024-02-01
1
-1
/
+11
*
Include auth_source in /users API response if request includes auth_source (#...
Marius Balteanu
2024-01-31
1
-0
/
+5
*
Extraneous whitespace when selecting and copying issue number on Chrome/Windo...
Go MAEDA
2024-01-29
1
-2
/
+1
*
Adds user status to users list API (#38948).
Marius Balteanu
2024-01-25
1
-0
/
+1
*
Include @auth_source@ in /users/:id API response if auth_source is requested ...
Marius Balteanu
2024-01-25
1
-0
/
+5
*
Remove deprecated @status=@ param used to get all users. @status=*@ should be...
Marius Balteanu
2024-01-25
1
-4
/
+0
*
Adds deprecation warning when an empty status param (status=) is used to get ...
Marius Balteanu
2024-01-25
1
-0
/
+1
*
Remove hardcoded version of rails-ujs and include the one provided by the ass...
Marius Balteanu
2024-01-25
1
-1
/
+2
*
Remove code that is no longer needed as a result of asset pipeline implementa...
Marius Balteanu
2024-01-25
1
-1
/
+0
*
Add Propshaft library to enable the asset pipeline without modifying existing...
Marius Balteanu
2024-01-25
1
-3
/
+3
*
Restores API compatibility to legacy status when status param is sent blank (...
Marius Balteanu
2024-01-25
1
-2
/
+2
*
Enable "any" and "none" operators for status filter in User listing (#40099).
Marius Balteanu
2024-01-25
1
-1
/
+1
*
Remove unnecessary use of instance variables in CSV and Atom response handler...
Go MAEDA
2024-01-24
5
-12
/
+12
*
Fix RuboCop offense Layout/EmptyLineAfterMagicComment (#38975).
Go MAEDA
2024-01-24
1
-0
/
+1
*
Use ApplicationRecord instead of ActiveRecord::Base (#38975).
Marius Balteanu
2024-01-23
45
-44
/
+76
*
Use @image_url@ for @favicon_url@ (#40087).
Marius Balteanu
2024-01-23
1
-4
/
+1
*
Reverts r22438 (#35189).
Marius Balteanu
2024-01-23
2
-19
/
+3
*
Fix query columns selection in custom query form (#39806).
Marius Balteanu
2024-01-17
1
-1
/
+5
*
Fix query columns selection in time tracking settings page from admin (#39806).
Marius Balteanu
2024-01-16
1
-2
/
+6
*
Indentation fixes (#39806).
Marius Balteanu
2024-01-16
3
-8
/
+8
*
Fix query columns selection in admin and my page (#39806).
Marius Balteanu
2024-01-16
3
-0
/
+10
*
Replace regular expression matches with String#start_with? / end_with? (#40010).
Go MAEDA
2024-01-11
1
-1
/
+1
*
Replace String#sub with delete_prefix / delete_suffix (#40008).
Go MAEDA
2024-01-08
8
-10
/
+12
*
Support localized decimal separators for hours in the web UI (#21677).
Go MAEDA
2024-01-04
1
-1
/
+1
*
Support localized decimal separators for float values (#22024).
Go MAEDA
2024-01-04
1
-1
/
+1
*
Optimize Project#notified_users to improve issue create/update speed (#23328).
Go MAEDA
2024-01-04
1
-7
/
+2
*
Explicitly render a 404 on non-JS requests to messages#quote (#39999).
Marius Balteanu
2024-01-03
1
-0
/
+5
*
Fix "any" operator for text filters to exclude empty text values (#39991).
Go MAEDA
2024-01-02
1
-1
/
+1
*
Optimize loading of journals, relations, and allowed_statuses in IssuesContro...
Go MAEDA
2024-01-01
1
-10
/
+11
*
Cache the result of `Journal#attachments` (#39847).
Go MAEDA
2023-12-31
1
-2
/
+4
*
Extend "contains" operator in "Parent task" filter to support multiple issue ...
Go MAEDA
2023-12-29
1
-3
/
+12
*
Optimize query models by replacing `map` with `pluck` (#39837).
Go MAEDA
2023-12-29
5
-21
/
+16
[next]