- 22 Mar, 2017 7 commits
-
-
behatnotneeded Change-Id: Ifadc7e911efb905660c2a7bce0193551016a5fac
-
- Updated configurable customcss.tpl for new navigation - Moved background checking and correct logo display to be part of existing code, custom/theme.js Change-Id: Icc46a35677838bf001599074b7bc76611cf757e8
-
Change-Id: Iaaa126236c463578f09e5d57b0e041fd48bc02b8
-
Change-Id: I1a4887d49f30d346324fb0d9358b2bb207e2f155
-
Change-Id: I50550c247804bbdab41201a1d4fb8766c6630060
-
Change-Id: I45ef884e140e72e78cebb3f56ea769d07175be60
-
Change-Id: I93d00112c8f64a11bdffa8516f73ebf754b5214b
-
- 21 Mar, 2017 4 commits
-
-
Cecilia Vela Gurovic authored
Hide the dropdown menu site and institution level adding option to enable in config.php $cfg->dropdownmenuenabled= true Separate normal navigation menu from admin navigation menu and place it next to user menu at the top right Make the navigation changes in all themes but keep old raw theme unchanged in raw_old directory behatnotneeded: Are added in a separate commit Change-Id: If15680e17486f5bf607c3b0bf84d9086f4179e7d
-
behatnotneeded Change-Id: I8aaf524de69f0aa1fb36a297daa9e54c77cb09c6
-
Robert Lyon authored
-
Pat Kira authored
Also tweaked message filter responsive styles behatnotneeded - styles only Change-Id: I6b132a6ecab27b769f625b08477fb4e066003bbb
-
- 20 Mar, 2017 19 commits
-
-
Robert Lyon authored
* changes: Bug 1672867: Upgrade ADODB to v5.20.9 with customizations escaping names when showing table / index Adding back adodb-mysqli.inc.php Removing the obsolete adodb-mysql.inc.php Fix a bug when determine if an array is associative Moving the define ADODB_ASSOC_CASE_* calls Modified session variable setting in ADOdb adodb-pager.inc.php Deleting unnecessary files from ADOdb ADODB modification: add __wakeup to connection object Check for valid columns in adodb postgres64 driver MetaIndexes fn adodb: check for Postgres 8.1 adodb: RecordSet_postgres7->MoveNext() - remove expensive is_array() Bug 1672867: Upgrade ADODB to version 5.20.9
-
Robert Lyon authored
-
Robert Lyon authored
* changes: Bug 1667181: Collection mtime not updated when add/remove pages Bug 1667181: Altering add page/collection buttons in modal Bug 1667181 theming Bug 1667181: Removing not needed collection views Bug 1667181: Alter the search box options Bug 1667181: Change the add/copy buttons Bug 1667181: Adding in new layout and 'show more' pagination Bug 1667181: Changing the navigation to Pages and collections
-
Robert Lyon authored
-
Robert Lyon authored
behatnotneeded Change-Id: I788f932f721b070f188d97891ab21f0f5f77811b Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Cecilia Vela Gurovic authored
Final customizations for the upgrade. Files removed: composer.json docs/ drivers/adodb-ads.inc.php drivers/adodb-oci8quercus.inc.php drivers/adodb-pdo_sqlsrv.inc.php any files from lang/ not adodb-en (the only one we use) behatnotneeded Change-Id: I1bf07086f94dc8d206d7e164f109e50dd835703f Signed-off-by:
Cecilia Vela Gurovic <ceciliavg@catalyst.net.nz>
-
(cherry picked from 08939ca2 ) behatnotneeded Change-Id: Ic725327bff0e6c399c3ddb33ab3e021f19e4eadf Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Cecilia Vela Gurovic authored
(cherry picked from ac9e5527) behatnotneeded Change-Id: Ie804114aebfdf93b5a54cec180eac42d4178d88e
-
Everyong on mysql should be using the mysqli.inc.php one behatnotneeded Change-Id: I21929377dcec2024a3ceb90e45f0d30fe34effc4 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Bug 1672867 Use the original code from ADODB 5.20.5 (Cherry-picked from 60631719) behatnotneeded Change-Id: I9e4f7cca8debe2e79057f1c96b6dfd072a437317
-
Robert Lyon authored
-
Robert Lyon authored
-
Robert Lyon authored
* Originally cherry picked from Sian's commit 5006/5008 But have stripped down to just the changes we need in filebrowser.js as the fileuploader is working ok with core jQuery functionality Fixed the issue when editing the metadata for a selected item - needing it to update the values in selected list as well behatnotneeded: same functionality Change-Id: I0c995500617b8bb2685f23988ab7472e2ce12fd8 Signed-off-by:
alexeyomelchenko <alexeyomelchenko@catalyst.net.nz> Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Bug 1672867 As they are needed by ADONewConnection even when ADODB_EXTENSION is above 4.0 (cherry-picked from 741aa7d2 ) behatnotneeded Change-Id: I25ada1a0ad9f69a839eed7db219b8af8033675d2 Signed-off-by:
Cecilia Vela Gurovic <ceciliavg@catalyst.net.nz>
-
Bug 1672867 Was originally part of commit 55a8deb8 but have moved it out to own patch for purposes of adodb version update (cherry-picked from f9818ff6 ) behatnotneeded Change-Id: Ie76bbe5b6b015246937b90b2782c0398243a69b8 Signed-off-by:
Cecilia Vela Gurovic <ceciliavg@catalyst.net.nz>
-
Bug 1672867 On the principle that it's good secur1ty to remove executables you're not likely to use, clearing out all the bits of ADOdb we're currently not using. This includes drivers and data dictionaries for other DBs, tests, docs, icons, PHP4 session code, pear auth container, and non-English error messages. (cherry-picked from 9d44b44a ) behatnotneeded Change-Id: I785aa139b11831f1a68bd806234729d85b8ed7d1 Signed-off-by:
Cecilia Vela Gurovic <ceciliavg@catalyst.net.nz>
-
Bug 1672867 This reconnects to the db after wakeup, as resource types cannot be serialized and unserialized. This is necessary for unit tests, phpunit backups and restore globals between each test. (cherry-picked from 41707745 ) Change-Id: I30bab7417edb548bdbbe39070562ca9e7b10075a Signed-off-by:
Cecilia Vela Gurovic <ceciliavg@catalyst.net.nz>
-
Bug 1672867 Indexes on functions of columns have a 0 in the indkey column of pg_catalog.pg_index, which doesn't refer to a column. Don't return any columns for the index, rather than returning an empty column name. (cherry-picked from b87d9961 ) behatnotneeded Change-Id: I1d4ba7fa1013b6ed702d00ee1e9ad88783863b1e Signed-off-by:
Cecilia Vela Gurovic <ceciliavg@catalyst.net.nz>
-
Pat Kira authored
- Added Open Sans to tinyMce default font list Note: Since we probably want to keep the default font families defined by tinyMce. The font_formats value(string) needs to include the default value as there isn't an easier way to add to default font family string. https://www.tinymce.com/docs/configure/content-formatting/#font_formats behatnotneeded Change-Id: If36bbd7dbd10db83e5b76468025deb30dba1bdc7
-
- 19 Mar, 2017 8 commits
-
-
Also fix a few colours behatnotneeded Change-Id: Ibd24fa22d60392f48b5c3bdaaf797a4924aee924 Signed-off-by:
Evonne Cheung <evonne@catalyst.net.nz>
-
Robert Lyon authored
Theming for new pages and collections list layout behatnotneeded: design changes only Change-Id: I640c26c1aad319f38351ac8c2096408a28b0a73d
-
Robert Lyon authored
behatnotneeded - existing tests will suffice Change-Id: I443bae960a4aded53672ea235c2c3fb61d08ce23
-
Robert Lyon authored
Add in the new search by and order options Change-Id: If0ab8397793a3aad3df4d7fa4e4a69ccd4b908b9
-
Robert Lyon authored
Change-Id: I530493857423fab31f7204acb08e6b8db44fadb2
-
Robert Lyon authored
Change-Id: I7081b319ff410aceeae01eb9d9f83fba95e99638
-
Matt Clarkson authored
* Extends the existing webservice auth to support SSO via LTI * Adds an LTI module to support SSO and future LTI features * Adds per-oauth token config to enable/disable on-the-fly user creation behatnotneeded Change-Id: Id6488930f37bdfd8200b4e9261f5292f2b72fbc7
-
Cecilia Vela Gurovic authored
Only changed the version number. The upgrade modified a part of Zend framework we dont use. Change-Id: Ifaa190e0d75823c50966c3c9c8f6d2b8b792d568 behatnotneeded: no change in functionality
-
- 16 Mar, 2017 2 commits
-
-
Robert Lyon authored
Change-Id: Ib68c1b57bf8910702678b43b4499456ed88b53dc
-
See Eduforge #2318 or LP #547951. (cherry picked from commit 4bdafccb ) Change-Id: I760074378fe3a447f9e0e819af1afd136df1f8a0 Signed-off-by:
Cecilia Vela Gurovic <ceciliavg@catalyst.net.nz>
-