1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-22 15:55:39 +01:00

7561 Commits

Author SHA1 Message Date
Cameron
4e8412b16c Issue #1287 - PHP7 and SSL fixes. 2016-02-14 19:00:12 -08:00
Cameron
303195d81e Issue #1356 - More PHP7 Fixes. 2016-02-14 12:33:35 -08:00
Cameron
486f3d4961 Issue #1356 - PHP7 Fixes. 2016-02-14 12:15:55 -08:00
Cameron
32636ec39d Fix mysql default port for PDO 2016-02-14 09:57:06 -08:00
Cameron
affd88a5c9 Merge pull request #1355 from lonalore/master
Library Manager fixes
2016-02-14 08:36:17 -08:00
Lóna Lore
60d1bf769d Fixed: wrong variable usage. 2016-02-14 13:46:10 +01:00
Lóna Lore
cbc096b74b Use e107::getFile() to get directories. 2016-02-14 13:34:02 +01:00
Lóna Lore
b6225413b9 Comment for static variable. 2016-02-14 13:16:24 +01:00
Lóna Lore
332dc1739a Use underscores instead of spaces. 2016-02-14 13:01:36 +01:00
Lóna Lore
90de3e0017 Use e107::getAddon() and e107::callMethod() where possible. 2016-02-14 12:38:46 +01:00
Lóna Lore
5b44ebde1e Use lanVars() instead of str_replace(). 2016-02-14 11:48:49 +01:00
Lóna Lore
a8ed4e264a Fixed: PHP Fatal error: Call to protected e_library_manager::__construct(). Removed library prefix from method names. Fixed path handling issue caused by cache. 2016-02-14 11:30:35 +01:00
Cameron
aa043305b5 Comments and code on library class. 2016-02-13 15:33:23 -08:00
Cameron
922a221588 Merge pull request #1354 from lonalore/master
Library manager
2016-02-13 14:57:14 -08:00
Cameron
7410c81aa4 Merge pull request #1332 from MikeyGMT/master
Banlist - many entries in the banlog.log #1325
2016-02-13 14:57:06 -08:00
Cameron
e79e8c4591 Merge pull request #1352 from OTroccaz/Stats-and-dates
To preserve the good sorting of dates
2016-02-13 14:56:33 -08:00
Lóna Lore
f9f16511b4 Cache library. 2016-02-13 22:52:58 +01:00
Cameron
ed07701794 Tab styling fix. 2016-02-13 13:34:39 -08:00
Cameron
679c1b7b75 New icon128 attribute added to plugin.xml spec. 2016-02-13 13:20:33 -08:00
Lóna Lore
aee9a06a90 e_library.php - Documents API functions for Library Manager. Usage examples. 2016-02-13 22:19:32 +01:00
Cameron
1ceabc69f3 PHP Notice fixes. 2016-02-13 12:57:34 -08:00
Cameron
e8c1b055fe Fix for recent form_handler merge. 2016-02-13 12:33:30 -08:00
Cameron
a2575f00a5 Issue #1346 - Should correct broken blogcalendar URL issue. 2016-02-13 11:54:24 -08:00
Cameron
3786274edc Legacy theme navigation path fixes. 2016-02-13 11:03:36 -08:00
Cameron
fbee0d5d28 Issue #1351 - BC Styling fix for comments. 2016-02-13 10:48:36 -08:00
Cameron
fb609aaab6 PDO Install enabled. PHP Notice fixes. 2016-02-12 19:28:35 -08:00
Cameron
b64033a2a1 Improved backtrace debug info when using xdebug. Added forum e_status.php and e_latest.php to the deprecated list. 2016-02-12 12:58:44 -08:00
OTroccaz
be3d10b493 To preserve the good sorting of dates
For days with one or two digits, the stats of the website status window
were not well ordered
2016-02-12 17:28:51 +01:00
Lóna Lore
97c23a48d9 Fixed: phpdoc and library path. 2016-02-12 14:50:13 +01:00
Lóna Lore
b47644cee7 Fixed php doc. 2016-02-12 10:28:42 +01:00
Lóna Lore
e4dd23d114 Set return values for e107::library(). 2016-02-12 10:26:36 +01:00
Lóna Lore
203b0779e2 Initial commit to integrate Library Manager into core. 2016-02-12 10:18:13 +01:00
Cameron
ad0bc1376d Issue #1349 MySQL class fixes and install.php corrections. 2016-02-11 20:57:30 -08:00
Cameron
9fe58ba256 Additional info added to install log when failures happen. 2016-02-11 13:07:59 -08:00
Cameron
afe608da8b Empty lib folder added. 2016-02-11 12:55:46 -08:00
Cameron
3cfeb987af Support for IDs in toGlyph() 2016-02-11 12:47:49 -08:00
Cameron
84ed4705a1 Merge pull request #1350 from lonalore/master
Allow Ajax API for dropdowns.
2016-02-11 12:46:55 -08:00
Lóna Lore
4958a76a36 Allow Ajax API for dropdowns. 2016-02-11 21:31:57 +01:00
Cameron
5e62f383cf toGlyph() enhancements. Support for spin and rotate.
Example 1: $tp->toGlyph('fa-spinner', array('spin'=>1));
Example 2: $tp->toGlyph('fa-shield', array('rotate'=>90, 'size'=>'2x'));
2016-02-11 12:01:26 -08:00
Cameron
579bf52090 Merge pull request #1347 from lonalore/master
Ajax API enhancements.
2016-02-11 11:36:56 -08:00
Cameron
5ce1ee4a24 Fixes #1337 - newforumposts_menu configuration rewrite. 2016-02-11 11:21:03 -08:00
Lóna Lore
7b77ed14b6 Ajax API - fixed comment next/prev issue. 2016-02-11 13:14:41 +01:00
Lóna Lore
92d5da7710 Ajax API - fixed comment next/prev issue. 2016-02-11 13:14:11 +01:00
Lóna Lore
009345a4cf Ajax API enhancements. 2016-02-11 11:27:08 +01:00
Cameron
550968d78a Issue #1336 and Forum menu prefs upgrade and newforumpost_menu fix. e_menu.php pending. 2016-02-10 19:51:32 -08:00
Cameron
a9eb2bd727 Clear JS/CSS Cache after theme change. 2016-02-10 19:38:03 -08:00
Lóna Lore
14aa88d74c Ajax API enhancements. 2016-02-10 22:49:57 +01:00
Cameron
4ed708f2fc Issue #1329 - Possible fix for panel width issue. 2016-02-10 12:01:51 -08:00
Cameron
8ae42f56c7 Issue #1342 - toImage() fixes. Gallery thumb now using it. 2016-02-09 22:53:03 -08:00
Cameron
fc1dfdaae8 Fixes #1311 - tablestyle() $style was not available in single page view. 2016-02-09 19:13:25 -08:00