Andrew Smith
7c1b17509f
Clear the document selection when selecting multiple rows.
2012-06-05 15:05:35 +02:00
Andrew Smith
c8be011a93
Correct major logic issues when selecting multiple rows.
...
The rows were being incorrectly selected (because the class name had a
missing '.').
jQuery items can't be directly compared to each other so we need to get
the HTML element to test if they are the same.
2012-06-05 15:05:35 +02:00
Andrew Smith
61c00779d0
Set the X-CSRF-Token header for AJAX requests with jQuery. #950
2012-05-20 20:41:02 +02:00
Andrew Smith
9cd14ca152
Fix a typo when calculating the menu X position. #1007
2012-05-19 11:52:51 +02:00
Andrew Smith
43723385c6
Handle the '(Un)Check all' link. #994
2012-05-19 10:37:17 +02:00
Andrew Smith
a510f0a85f
Updates the plugin so that it can support multiple instances.
...
Multiple instances need to be applied to different elements in the DOM
otherwise multiple menus will be called for each click/right click.
e.g.
jQuery(document).ContextMenu(url);
would work for any form on a page. Using this would mean that multiple
instances couldn't be used though
jQuery('#content form').eq(0).ContextMenu(url);
jQuery('#content form').eq(3).ContextMenu(url);
Using the above 2 menus will be created for the first and 4th forms on
the page. Any of forms won't response to menu clicks.
jQuery(docuemnt).ContextMenu(url);
jQuery('#content form').eq(0).ContextMenu(url);
With the above any form on the page will respond to menu clicks but the
first form will send 2 requests for the context menu.
2012-03-21 21:07:21 +01:00
Andrew Smith
2b640f76ec
Simple wrapper for backwards compatibility
2012-03-21 21:06:58 +01:00
Andrew Smith
1b7ddb3cd7
jQuery version of the issue context menu
2012-03-21 21:06:58 +01:00
Andrew Smith
27160b76f5
The jQuery ajaxStart/Stop functions are being called at the wrong time.
...
The ajaxStart/ajaxStop functions were being called before the document
was ready and the 'ajax-indicator' element existed. This meant that they
would never be called when an ajax event happened.
2012-03-20 22:54:20 +01:00
Holger Just
dc5fd8bc10
Actually focus username in login dropdown
2012-01-04 18:31:05 +01:00
Eric Davis
38d0d530b0
[ #808 ] Show issue description diffs in the lightbox popup
2011-12-29 08:35:51 -08:00
Eric Davis
aafec2c50f
Add some nice defaults for jQuery ajax
2011-12-29 08:35:51 -08:00
Eric Davis
612f2f98e4
[ #692 ] Fix and simplify the top menu open/closing
...
* Remove bunch of extra code from choosen
* Fix awkward indention
* Add admin menu items to the Modules menu
* Turn off bold on menu item hover, was causing jumping in width
* Fix color on opened top menus
* Fix a bunch of edge cases in the menu clicks.
* Remove gross 'html' binding in favor of a one time only one
2011-12-09 19:04:08 -08:00
Romano Licker
977f74e11a
[ #692 ] Main design changes for new theme
2011-11-12 16:22:25 -08:00
Romano Licker
734da91b4b
[ #692 ] login slidedown implemented with tabindex and focus fix
2011-11-12 16:22:24 -08:00
Eric Davis
3409f5b620
[ #658 ] Include jQuery v1.7, jquery ui 1.8.16, and smoothness theme
2011-11-06 19:21:56 -08:00
Eric Davis
ab2856b53f
[ #263 ] Add new layout and theme
...
Merge branch 'ticket/unstable/263-new-layout-ready' into unstable
2011-11-06 18:18:35 -08:00
Eric Davis
5620488727
[ #263 ] Removed and tweaks the design based on feedback
2011-11-06 16:39:15 -08:00
Holger Just
2f4afeeb38
[ #615 ] Generate project identifier automatically with JavaScript
...
Also let the user know that the identifier must start with a lower case letter.
Contributed by Jan Schulz-Hofen.
2011-10-30 10:33:20 +01:00
Eric Davis
f31f44f4af
[ #263 ] Remove dead context menu code
2011-10-28 15:21:37 -07:00
Eric Davis
b968d260fd
[ #263 ] Remove DOM hacks to reposition elements
2011-10-28 14:54:09 -07:00
Eric Davis
34ffbc8e46
[ #263 ] Remove dead code, was unbound in later JS
2011-10-28 14:53:49 -07:00
Eric Davis
cbb99f81a1
Merge multiple jquery ready blocks
2011-10-28 14:48:38 -07:00
Eric Davis
923cdf3ff3
Refactor duplicated and abbreviated animationRate variable
2011-10-28 14:45:30 -07:00
Eric Davis
a592f024cb
[ #263 ] Remove new issue lightbox (dead code)
2011-10-28 14:43:47 -07:00
Eric Davis
dc682eaddc
[ #263 ] Remove issue tooltip javascript
2011-10-28 14:41:20 -07:00
Eric Davis
aed2b4f661
[ #263 ] Update jquery load order and embed noConflict in the HTML head directly
2011-10-28 14:36:10 -07:00
Eric Davis
5e2d633ebb
[ #263 ] Merge common.js into application.js
2011-10-28 14:26:14 -07:00
Eric Davis
ca3eeedfff
[ #263 ] Remove profile popups, never finished
2011-10-28 14:21:41 -07:00
Eric Davis
155e1ba2a7
[ #263 ] Remove thickbox
2011-10-28 14:18:53 -07:00
Eric Davis
cf40447356
Fix the thickbox loading image path
2011-07-29 14:43:33 -07:00
Eric Davis
bfa57e5e6c
Fix hardcoded image path
2011-07-29 14:31:26 -07:00
Eric Davis
d3392c6d0d
Add JavaScript
2011-07-29 14:31:26 -07:00
Eric Davis
a99ccc5d7c
Merge remote-tracking branch 'schmidt/f/419-update-js-libs/unstable' into release-v2.0.0
2011-06-10 12:58:25 -07:00
Eric Davis
cd64d11e17
Merge branch 'master' into unstable
...
Conflicts:
app/controllers/watchers_controller.rb
app/views/issues/_action_menu.rhtml
config/locales/pt-BR.yml
doc/CHANGELOG.rdoc
lib/redmine/export/pdf.rb
lib/redmine/wiki_formatting/textile/helper.rb
2011-05-27 12:20:04 -07:00
Emilio Carlos da Palma
7796ae89ff
Fix the issue #424 .
2011-05-26 21:09:21 -03:00
Gregor Schmidt
ae84fff8a2
[ #419 ] Fixing broken multi-select serialization in prototype 1.7
...
See https://prototype.lighthouseapp.com/projects/8886/tickets/1180 for details.
Contributed by Ben Gunter.
2011-05-23 17:23:50 +02:00
Gregor Schmidt
3a14bff746
[ #419 ] Updating to Prototype 1.7 and script.aculo.us 1.9.0
2011-05-23 09:53:41 +02:00
Jean-Philippe Lang
9b9c7ae91d
Adds links on the issue list to collapse/expang all groups ( #7236 ).
...
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5174 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-04-16 16:11:41 -07:00
Jean-Philippe Lang
b38b871c7f
Send the CSRF token with Ajax requests ( #7843 ).
...
Contributed by Etienne Massip.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5134 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-04-16 15:38:57 -07:00
Jean-Philippe Lang
2740c67682
Removes obsolete code from Opera pseudo right click ( #7700 ).
...
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4947 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-04-16 15:14:42 -07:00
Jean-Philippe Lang
c224ec5168
Fixed: Bulk editing menu non-functional in Opera browser ( #3132 ).
...
Contributed by Claudio Acciaresi.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4935 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-04-16 14:59:37 -07:00
Jean-Philippe Lang
3f41152b4f
Added Persian translation contributed by Behrang Noroozinia ( #7418 ).
...
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4903 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-04-16 14:51:02 -07:00
Jean-Philippe Lang
bbb57ea4d2
Warning on leaving a page with unsaved content in textarea ( #2910 ).
...
The warning can be turned off in the user's preference.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4900 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-04-16 14:46:57 -07:00
Jean-Philippe Lang
cc2d6f3605
Allow additional workflow transitions for issue author and assignee ( #2732 ).
...
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4895 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-04-16 14:43:45 -07:00
Felix Schäfer
c7bd3788a9
Merge branch 'feature/jstoolbar_fix_for_ie8' of https://github.com/finnlabs/chiliproject into finnlabs-305_jstoolbar_fix_for_ie8
2011-03-25 17:06:06 +01:00
Stephan Eckardt
9e04bf83c0
Fix jstoolbar to make buttons for h1, h2, <pre> etc. work in IE8
2011-03-24 19:35:49 +01:00
Stephan Eckardt
0ace77081d
Backported changes to encloseSelection from latest DotClear release, less bugs in IE8
2011-03-24 16:14:10 +01:00
Eric Davis
6ad92b659f
[ #278 ] Start issue autocompletes with one character
2011-03-13 16:48:34 -07:00
Felix Schäfer
c73315e6b0
Avoid selecting the help link while tabbing #150
2011-02-22 19:06:19 +01:00