Skip to content

Commit

Permalink
Rheia: fix bug preventing to search with boolean values
Browse files Browse the repository at this point in the history
Rheia: fix desynchro when searching in advEditor while selection isnt search input's content
Rheia: enhance advEditor replace feature to allow "replace next", and highlight "replace all" results
Rheia: update Ace to latest
  • Loading branch information
feugy committed Jul 12, 2014
1 parent af5699e commit 09905b1
Show file tree
Hide file tree
Showing 268 changed files with 333 additions and 231 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
language: node_js
services:
- mongodb
node_js:
- 0.10
- 0.10
before_install:
- "sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 7F0CEB10"
- "echo 'deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen' | sudo tee /etc/apt/sources.list.d/mongodb.list"
- "sudo apt-get update"
- "sudo apt-get install mongodb-org-server"
2 changes: 1 addition & 1 deletion docs/TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

- Hyperion
- Bugs
- [!!!] search boolean property is broken on instances
- item in player character is still present after a map deletion
- heroku: reload game.repo from s3 at dyno startup, save periodically
- Documentation
Expand Down Expand Up @@ -176,6 +175,7 @@

- Rheia
- Bugs
- search boolean property is broken on instances (moderation)
- image carousel in field type not properly working with exotic image sizes
- double numeric contols in newest firfox for number properties
- player token invalidated after player edition
Expand Down
4 changes: 2 additions & 2 deletions rheia/js/Router.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# configure requireJs
requirejs.config
paths:
'ace': 'lib/ace-1.0-min'
'ace': 'lib/ace-1.1.3-min'
'async': 'lib/async-0.1.22-min'
'backbone': 'lib/backbone-1.1.0-min'
'backbone-queryparams': 'lib/backbone-queryparams-min',
Expand All @@ -32,7 +32,7 @@ requirejs.config
'jquery-ui': 'lib/jquery-ui-1.9.2-min'
'jquery-punch': 'lib/jquery-punch-0.2.2-min'
'i18n': 'lib/i18n-2.0.1-min'
'queryparser': 'lib/queryparser-1.2.0-min'
'queryparser': 'lib/queryparser-1.3.0-min'
'md5': 'lib/md5-2.2-min'
'moment': 'lib/moment-1.7.0-min'
'mousewheel': 'lib/jquery-mousewheel-3.0.6-min'
Expand Down
15 changes: 0 additions & 15 deletions rheia/js/lib/ace-1.0-min/ace.js

This file was deleted.

1 change: 0 additions & 1 deletion rheia/js/lib/ace-1.0-min/keybinding-emacs.js

This file was deleted.

1 change: 0 additions & 1 deletion rheia/js/lib/ace-1.0-min/keybinding-vim.js

This file was deleted.

1 change: 0 additions & 1 deletion rheia/js/lib/ace-1.0-min/mode-asciidoc.js

This file was deleted.

Loading

0 comments on commit 09905b1

Please sign in to comment.