- 20 May, 2014 1 commit
-
-
Tim Hunt authored
-
- 15 May, 2014 4 commits
-
-
Damyon Wiese authored
-
-
Damyon Wiese authored
-
-
- 14 May, 2014 3 commits
-
-
-
-
Jetha Chan authored
Fixed an issue that broke the file picker on base when initial zoom level is less than 100%.
-
- 13 May, 2014 4 commits
-
-
Juan Leyva authored
-
-
-
-
- 12 May, 2014 5 commits
-
-
Jetha Chan authored
Fixed an issue that broke the file picker on bootstrapbase when zooming in and out.
-
-
-
Rajesh Taneja authored
-
AMOS Bot authored
-
- 11 May, 2014 4 commits
-
-
Eloy Lafuente authored
-
AMOS Bot authored
-
Eloy Lafuente authored
-
Eloy Lafuente authored
-
- 10 May, 2014 1 commit
-
-
AMOS Bot authored
-
- 09 May, 2014 9 commits
-
-
Damyon Wiese authored
-
-
-
-
John Okely authored
-
AMOS Bot authored
-
Eloy Lafuente authored
This bumps all versions to planned 2.7 release (2014051200) version and all the dependencies to current 2.7rc2 (2014050800)
-
Eloy Lafuente authored
The changes performed with the change from create_from_user() to create_from_submission() in practice enforce a new restriction about submissions having to exist in order to fire their lock/unlock events. This did not exist before the change and, also, it seems that the assign api itself, submission->lock() ... also accepts non existing submissions. So I was not 100% sure about how to fix these events: 1) enforcing submission to exist. 2) firing them only if the submission exist. I've gone with 1) for now, making tests to pass. But will raise the question in the Tracker, just in case we have to move to the 2) approach for any reason.
-
Eloy Lafuente authored
In order to create the needed subscriptions to make the event tests reliable a subscriptions generator has been added. It performs raw-sql subscriptions because by using the forum API events would be fired (and that's something we don't want to happen).
-
- 08 May, 2014 9 commits
-
-
Eloy Lafuente authored
-
-
Eloy Lafuente authored
-
Various events had them incorrectly set or missing: - submission_locked - submission_unlocked - subscription_created - subscription_deleted
-
-
-
-
-
Rajesh Taneja authored
-