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
/
public
/
javascripts
/
application.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
Copyright update.
Jean-Philippe Lang
2015-01-11
1
-1
/
+1
*
Missing break (#18734).
Jean-Philippe Lang
2015-01-07
1
-0
/
+1
*
Merged datepicker.js into application.js.
Jean-Philippe Lang
2014-12-13
1
-0
/
+17
*
Group filters in the filter select list (#13849).
Jean-Philippe Lang
2014-11-28
1
-1
/
+1
*
Moved select_list_move.js content to application.js.
Jean-Philippe Lang
2014-11-18
1
-0
/
+25
*
Removed submit_query_form function.
Jean-Philippe Lang
2014-11-18
1
-5
/
+1
*
Use an handler instead of onsubmit attribute.
Jean-Philippe Lang
2014-11-18
1
-1
/
+0
*
Backport r13313 from rails-4.1 to trunk.
Toshi MARUYAMA
2014-09-14
1
-5
/
+5
*
Backport r13315 from rails-4.1 to trunk.
Toshi MARUYAMA
2014-09-14
1
-5
/
+5
*
update copyright year (#15977)
Toshi MARUYAMA
2014-01-29
1
-1
/
+1
*
Focus first text field automatically (#13134).
Jean-Philippe Lang
2014-01-19
1
-0
/
+7
*
Merged custom fields format refactoring.
Jean-Philippe Lang
2013-12-14
1
-0
/
+14
*
fix repository tree can't handle two loading at once (#13348)
Toshi MARUYAMA
2013-11-13
1
-1
/
+1
*
Fixed: JS-error while using a global custom query w/ project filter in a proj...
Jean-Philippe Lang
2013-10-26
1
-0
/
+1
*
Projects selection on custom field form (#15136).
Jean-Philippe Lang
2013-10-20
1
-5
/
+1
*
List custom fields fielters: multiple select filter wider (#15073).
Jean-Philippe Lang
2013-10-13
1
-0
/
+5
*
Hide issue custom fields when disabling issue tracking on new project.
Jean-Philippe Lang
2013-10-05
1
-14
/
+0
*
Removed unused code (#14621).
Jean-Philippe Lang
2013-09-29
1
-3
/
+0
*
AJAX call on the issue form resets data entered during the call (#14621).
Jean-Philippe Lang
2013-09-29
1
-1
/
+18
*
Submit handler should be live as well (#14615).
Jean-Philippe Lang
2013-08-05
1
-1
/
+1
*
Warn me when leaving a page with unsaved text doesn't work when editing an up...
Jean-Philippe Lang
2013-08-05
1
-1
/
+1
*
Update URL when changing tab (#13900).
Jean-Baptiste Barth
2013-05-02
1
-1
/
+6
*
code layout clean up application.js
Toshi MARUYAMA
2013-04-23
1
-20
/
+16
*
application.js: randomKey function optimization (#13826)
Toshi MARUYAMA
2013-04-22
1
-3
/
+3
*
add missing ; in {} at application.js (#13811)
Toshi MARUYAMA
2013-04-20
1
-1
/
+1
*
fix ; position of if(){} at application.js (#13811)
Toshi MARUYAMA
2013-04-20
1
-3
/
+3
*
remove unneeded ; from warnLeavingUnsaved of application.js (#13811)
Toshi MARUYAMA
2013-04-20
1
-1
/
+1
*
add missing ; at toggleCheckboxesBySelector of application.js (#13811)
Toshi MARUYAMA
2013-04-20
1
-1
/
+1
*
use ===/!== instead of ==/!= in application.js (#13811)
Toshi MARUYAMA
2013-04-20
1
-3
/
+3
*
fix JavaScript error on IE7 (#13811)
Toshi MARUYAMA
2013-04-20
1
-1
/
+1
*
Adds pagination to users list when adding project or group members (#9549).
Jean-Philippe Lang
2013-01-18
1
-1
/
+1
*
Copyright for 2013 (#12788).
Jean-Philippe Lang
2013-01-12
1
-1
/
+1
*
Adds an indicator to all autocomplete/search fields.
Jean-Philippe Lang
2012-12-26
1
-1
/
+5
*
Auto-populate fields while creating a new user with LDAP (#10286).
Jean-Philippe Lang
2012-12-26
1
-3
/
+3
*
Code cleanup.
Etienne Massip
2012-12-13
1
-4
/
+8
*
Merged ajax_upload branch (#3957).
Jean-Philippe Lang
2012-12-10
1
-36
/
+7
*
Adds TimeEntryQuery for listing time entries.
Jean-Philippe Lang
2012-12-09
1
-0
/
+6
*
Fixed new issue form rendering with IE8.
Jean-Philippe Lang
2012-11-15
1
-3
/
+5
*
Changes how relative date filters work and adds specific filters for filterin...
Jean-Philippe Lang
2012-10-30
1
-0
/
+2
*
Javascript syntax error (#12195).
Jean-Philippe Lang
2012-10-24
1
-1
/
+1
*
Adds no_issue_in_project operator for relations filter (#3265).
Jean-Philippe Lang
2012-10-04
1
-0
/
+1
*
Fixed that autocomplete results are not reset after clearing search field (#1...
Jean-Philippe Lang
2012-09-29
1
-10
/
+8
*
Makes related issues available for display and filtering on the issue list (#...
Jean-Philippe Lang
2012-09-29
1
-0
/
+18
*
fix broken issue list filter (#11885)
Toshi MARUYAMA
2012-09-27
1
-3
/
+3
*
fix javascript syntax mistake in application.js (#11885)
Toshi MARUYAMA
2012-09-27
1
-2
/
+2
*
Fixed JSON escaping of filters (#11929).
Jean-Philippe Lang
2012-09-25
1
-6
/
+6
*
Escape filter values using .text instead of .html.
Jean-Philippe Lang
2012-08-13
1
-3
/
+3
*
Ability to filter issues using project, author, assignee and target version c...
Jean-Philippe Lang
2012-08-07
1
-1
/
+2
*
Build issue filters using javascript.
Jean-Philippe Lang
2012-08-07
1
-36
/
+120
*
Do not scroll to the preview.
Jean-Philippe Lang
2012-07-28
1
-1
/
+0
[next]