Commit graph

113 commits

Author SHA1 Message Date
Dan Rice
7ff34bbea8 Drop vendored SWFObject. Included in swf_fu. 2017-02-12 15:16:05 -05:00
Dan Rice
2ea20d1a1e Use jquery-ui-rails gem instead of vendored jQuery UI 2016-01-30 16:12:31 -05:00
Dan Rice
e6761731d1 Use standard CSS for rounded corners
Remove Nifty Corners and prefixed CSS rules.
Browser support of CSS3 border-radius is excellent by now.
2015-05-02 23:56:15 -04:00
Dan Rice
6503d3af4a Route JQuery UI images through asset pipeline
Convert CSS url() to image-url() and enable SASS preprocessing

Fixes #1705
2014-07-03 22:53:14 -04:00
Reinier Balt
65859807ea update configs for rails 4 2013-05-11 23:12:20 +02:00
Reinier Balt
1b0d08bbb5 fix timing issues on failing scenarios. Fix deprecated jquery functions and update jqueryui
Signed-off-by: Reinier Balt <lrbalt@gmail.com>
2013-02-15 22:27:39 +01:00
Dan Rice
aba222ff41 Rename Czech locale from cz to cs as per ISO 639-1 2013-02-05 11:08:21 -05:00
Dan Rice
a4789824e5 Clean up obsolete query analysis plugins 2013-02-05 00:09:34 -05:00
Matt Rogers
3aabadf353 update to jQuery UI 1.9.0 2012-10-15 20:31:06 -05:00
Reinier Balt
827c825884 update to jquery-ui-1.8.23 2012-08-31 15:15:11 +02:00
Reinier Balt
0d854efbbb fix #1288. Drag and drop should work on touch screens. Also upgrade jquery-ui 2012-07-13 01:53:30 +02:00
Reinier Balt
5e477a4d25 first pass of all tests done 2012-05-18 15:33:47 +02:00
Reinier Balt
d7aebf03a0 get context, dependencies and admin scenarios running 2012-05-01 15:45:58 +02:00
Reinier Balt
393eae1937 clean up gemfile and remove vendored aruba gem 2012-04-30 13:56:41 +02:00
Reinier Balt
fd433d76d8 fix all upgrade warnings from the rails_upgrade plugin 2012-04-30 13:56:38 +02:00
Reinier Balt
e964769553 home page is restored, so is context view 2012-04-30 13:56:37 +02:00
Reinier Balt
86afd42148 Work in progress: has_many_polymorphs does not work with rails 3.2 because of intrusive changes in rails internals. I think we need to rip out this dependency... 2012-04-30 13:56:34 +02:00
Reinier Balt
a83c8b3f92 initial upgrade to rails 3.2.3 2012-04-30 13:56:33 +02:00
Reinier Balt
c0161ecfc5 fix #1277 by commenting out the lines that run git. 2012-04-16 13:58:12 +02:00
Reinier Balt
b2e34d4694 remove has_many_polymorphs 2012-04-11 11:37:22 +02:00
Reinier Balt
4db90386a8 fix waring about missing spec file for aruba 2012-04-08 15:19:21 +02:00
Reinier Balt
2bdecb583a Fix deprecation warning of has_many_polymorphs. Needed to vendor this gem. 2012-04-08 15:18:35 +02:00
Reinier Balt
322248963b fix the conflict between aruba and unit/functional tests by backporting a fix from newer versions of aruba
gemspec changes to comment out dep on cucumber 
lib/aruba.rb emptied

We need to move forward to recent versions of rails/cucumber/etc
2012-03-19 19:59:04 +01:00
Reinier Balt
d9db33bc0d fix #990 by moving rsel scripts to cucumber and removing selenium-on-rails plugin
Signed-off-by: Reinier Balt <lrbalt@gmail.com>
2011-09-14 11:29:50 +02:00
Reinier Balt
39a38a8f73 update plugins: 2 are available as gems, 1 updated and removed yaml_db
Signed-off-by: Reinier Balt <lrbalt@gmail.com>
2011-09-09 21:07:22 +02:00
Matt Rogers
1165c57f9f Remove the frozen rack gem
Apparently this I missed this when I cleaned up the other frozen gems
2011-08-19 21:34:57 -05:00
Matt Rogers
242bc44693 Remove the frozen rails version.
Since Bundler allows to specify exactly what versions of gems we need,
the vendored version isn't needed anymore.
2011-08-19 21:34:57 -05:00
Matt Rogers
2ff4d7961d Remove the vendored gems
Bundler allows us to specify the exact versions of gems which eliminates
the need for vendoring gems (IMO)
2011-08-19 21:34:56 -05:00
Reinier Balt
fe1f67a8cf upgrade vendored rails to 2.3.14 2011-08-17 09:55:36 +02:00
Reinier Balt
056dbf08a7 remove vendored gem and fix state model. Some old hacks did not work anymore on the newer aasm. reverted the hacks and fixed some tests 2011-06-10 23:17:22 +02:00
Stefan Richter
00819ce27b migrating to aasm - code part 2011-06-10 23:17:19 +02:00
Reinier Balt
ba4217c6ed forgot converting one returning 2011-06-09 17:08:20 +02:00
Reinier Balt
ceda51b5bf upgrade to rails 2.3.12 and fix deprecation warning and fix some version numbers of gems used for testing 2011-06-09 17:04:00 +02:00
Reinier Balt
19f9cacd37 fix actionwebservice using path from Eric found on github. 2011-04-09 11:04:08 +02:00
Reinier Balt
e84e899bef fix #1097 by unpacking gems into vendor
except RedCloth which needs native extentions
2011-02-25 15:31:05 +01:00
Stefan Richter
197afc5f5b fixing issue with changing states before an instance is saved 2011-02-21 18:31:46 +08:00
Reinier Balt
48d9e49482 install translate from https://github.com/newsdesk/translate for non-production use
access /translate to view and edit i18n translations
2011-02-13 13:06:10 +01:00
Reinier Balt
736224aadb upgrade to rails 2.3.11
Signed-off-by: Reinier Balt <lrbalt@gmail.com>
2011-02-11 16:29:47 +01:00
Reinier Balt
3283da2614 remove arts plugin that was not used afaics 2011-02-08 22:03:45 +01:00
Reinier Balt
97fae98791 remove has_many_polymorphs from vendor and reference it in environment.rb 2011-02-08 10:26:54 +01:00
Reinier Balt
594162d242 fix #1095: remove old rack and will_paginate and add gem references. Please run rake gems:install 2011-02-08 09:40:54 +01:00
Reinier Balt
25b522c6d4 freeze rails 2.3.10 2011-02-04 17:11:33 +01:00
Reinier Balt
dea6dbe4da unfreeze rails 2.3.9 2011-02-04 16:35:00 +01:00
Reinier Balt
6b95deef85 freeze rails 2.3.9 2011-02-04 16:23:44 +01:00
Reinier Balt
ee751a5ced unfreeze rails 2011-02-04 16:23:41 +01:00
Reinier Balt
480a547b5b remove jquery and jrails 2011-02-03 18:16:49 +01:00
Stefan Richter
f0826ac851 fix (seemingly) bug in aasm 2011-01-30 05:45:39 +08:00
Reinier Balt
a487b7f32f fix #1085. Manually applied 268c9040d5. Thanks Jason for the tip!
The patch is part of rails 2.3.6, so it will be included when we upgrade to 2.3.9
2011-01-07 16:14:25 +01:00
Reinier Balt
2c6d514970 remove concat message of swf_fu plugin from the console 2010-08-03 21:19:30 +02:00
Reinier Balt
65ecb7b019 migrated flashobject_helper to swf_fu because the first is not maintained anymore. Fixes #796 2010-07-29 21:41:36 +02:00