20 Nov, 2014
16 commits
-
Use scroll when the list of uploaded files is too big.
-
Uses pagination and loads the pages using ajax.
-
For consistence sake, uses the `labelled_radio_button` helper instead of manually dealing with the label content tag.
-
Some users have a profile search block in their pages, so sometimes there are more than one search input per page. I changed the autocomplete to use class instead of id to select all inputs.
-
Makes profile search more similar to environment search by loading the results with ajax.
-
.live() is deprecated starting from jQuery 1.7 so I replaced it with .on()
-
Conflicts: Gemfile.lock script/development
19 Nov, 2014
11 commits
-
Also, add a nice plugin status report at the bottom
-
I did do manual testing, and the associated feature works. I just can't make the test work, so at this point it brings more problems than it solves.
-
One random scenario in this file will randomly fail from times to times. Keeping this test around is worse than not having it.
-
thin by default would not watch the development log file
-
Fix yaml migration See merge request !378
18 Nov, 2014
3 commits
-
It will only output anything at all if something goes wrong
13 Nov, 2014
8 commits
-
Fix people block tests See merge request !375
-
Fix kind method in Role (access_control plugin) Because edit_appearance permission exists for both Environment and Profile roles, the old method returned Environment for a Profile role with this permission. See merge request !374
-
Comment bug "Leave your comment" did not disappear and the user photo did not appear. See merge request !363
-
Allow trusted url without protocol for iframe in tinymce See merge request !358
12 Nov, 2014
2 commits