1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-03 04:02:33 +02:00

1603 Commits

Author SHA1 Message Date
Moc
256f4b08b1 Removing unused code causing fatal error 2013-06-06 15:07:59 +02:00
Cameron
69cc367a08 Removed old download script 2013-06-01 16:24:41 -07:00
Cameron
b00d9e4ec6 Remove excessive 'update' logs in admin-log. Only save when update is actually run. 2013-06-01 03:55:12 -07:00
Cameron
a187a9edf5 Issue #368 - added a message to the PHPInfo page if session save path is not writable. 2013-06-01 02:53:06 -07:00
Cameron
27e98076f0 More shortcode/parser BC (global) fixes. 2013-05-31 18:52:46 -07:00
Cameron
0ed759d0c7 Media-Manager bbcode correction. 2013-05-31 15:54:14 -07:00
Cameron
c27c5ea403 Fixed: Some bbcodes were missing in some parts of the admin-area. 2013-05-31 13:52:56 -07:00
Cameron
7d505b8629 Book listing template added. 2013-05-30 14:16:49 -07:00
Cameron
adafda5a8b Quick fix for missing menu items. 2013-05-30 00:35:38 -07:00
Cameron
dbc70dd90e Field Ordering fix. 2013-05-30 00:35:05 -07:00
Cameron
7b88d1cb6d Pages/Menus: each book/chapter now has it's own template. 2013-05-29 23:00:55 -07:00
Cameron
dad6386460 Display all page templates in admin. 2013-05-29 17:45:11 -07:00
Moc
063427eb6e Issue #195 - Incompatible plugin list updated 2013-05-29 16:16:17 +02:00
SecretR
c753d7fff6 e107 class destructor - work on Issue #278 Memory leaks 2013-05-27 10:54:51 +03:00
Cameron
ae7044cd51 Issue #361 - Missing text box for 'Book or Chapter Title' 2013-05-27 00:45:43 -07:00
Cameron
48084ac085 Make sure plugin-builder puts prefs in the correct class. 2013-05-26 16:13:45 -07:00
Cameron
b0a944496e Admin log GUI checkbox fixes 2013-05-26 14:36:55 -07:00
Cameron
784d386c36 Don't re-install theme during upgrade unless data is missing. 2013-05-25 22:30:10 -07:00
Cameron
beca1115c5 Closes #108, Issue #133 and may correct Issue #335 - Datepicker updated and should now be working with times also. eg. 7:30PM 2013-05-25 16:06:51 -07:00
SecretR
06a2ea8fa0 Closes Issue #319 2013-05-24 22:40:10 +03:00
Moc
c91c61f9b5 Plugin builder - typo 'flase' to 'false' 2013-05-24 17:15:11 +02:00
Cameron
de808f74d5 Infopanel comment-approval now fully functional. 2013-05-20 13:37:39 -07:00
Cameron
152d66b0a1 Partial fix for ordering of books and chapters 2013-05-20 04:52:10 -07:00
Cameron
ba358b975b Only display upgrade message to Main admin. 2013-05-20 04:50:11 -07:00
Cameron
31d738829b Checkbox alignment and minor code cleanup. 2013-05-20 01:06:52 -07:00
Cameron
c2776f84d2 Preparations for e107.org login. 2013-05-19 15:02:05 -07:00
SecretR
67c55ffbd3 Moving to protocol auto-detection (wsdl prefered) 2013-05-19 18:58:17 +03:00
SecretR
3094f39c98 Plugin downlods in working state (work in progress, cleanup needed) 2013-05-19 18:38:27 +03:00
SecretR
c4121e5fd7 Ajax theme downloads 2013-05-19 17:28:43 +03:00
SecretR
380e46cd56 Theme downlods in working state (work in progress, cleanup needed) 2013-05-19 12:16:17 +03:00
Cameron
f5c6e866a2 Issue #306 - Plugin Builder LANs. Also added preferences option. 2013-05-18 18:23:24 -07:00
Cameron
66000445ec Remember selected option. 2013-05-18 15:03:17 -07:00
Cameron
a8951691d5 Language-File checking enhancement. 2013-05-18 14:54:57 -07:00
Cameron
b949c18706 Check e_MEDIA and e_SYSTEM are writable. 2013-05-18 02:03:40 -07:00
Cameron
8b9d1bb322 Issue #195 - Incompatible plugin list updated. 2013-05-18 01:31:56 -07:00
Cameron
393fbc5007 Comments panel enabled in admin. Yet to be completed. 2013-05-17 19:45:39 -07:00
Cameron
9dd4d0c666 Issue #317 - specific path has been added for importing into media-manager. e_IMPORT. 2013-05-17 18:17:04 -07:00
SecretR
cd716e8cd9 Theme manager - online list using new communication protocol.
Added more control over array elements to the new XML parser.
2013-05-17 16:24:50 +03:00
SecretR
bda717db5e Plugin manager - online list using new communication protocol 2013-05-17 15:41:12 +03:00
Cameron
a0d29ff0dc More menu-manager work. 2013-05-16 16:23:24 -07:00
Cameron
9aed45996f Minor - corrected comments 2013-05-16 13:13:18 -07:00
Cameron
92b63a3952 Update logstats plugin to use chart class. 2013-05-15 15:03:46 -07:00
Cameron
9f2b1db7ed Notes and TODO added. 2013-05-15 00:44:21 -07:00
Cameron
5dc12469f5 Merge pull request #290 from BillyBoy0823/master
Closes #251 and Closes #141 - Clean up of menus install
2013-05-15 00:02:44 -07:00
Cameron
7a7ddb8ece InfoPanel using new chart class. Work in progress to convert stats plugin data to use it. 2013-05-14 23:51:19 -07:00
Moc
e68cc32a70 #268 - Added cURL check to remote themes/plugins download 2013-05-14 22:42:06 +02:00
SteveD
79b58c1f7b Fixes Issue #266 item 4 2013-05-13 22:26:55 +01:00
BillyBoy0823
ccba273808 Call to menuScanMenus() Not needed.
It's already called by menuModify() in menumanager_class.php
So it runs 2x on each page load.
2013-05-13 00:34:21 -04:00
Cameron
a9c43432cc Improved logging of the upgrade process. 2013-05-12 20:56:35 -07:00
Cameron
c109689ac9 Display upgrade alert on main admin page only. 2013-05-12 04:51:06 -07:00