SecretR
d32c65dbfa
Better download URL
2013-05-19 18:47:14 +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
SecretR
90d60d8d98
Theme manager preview images fix
2013-05-18 12:08:12 +03:00
Cameron
47ec354150
Fix for debug mode deleting URL query.
2013-05-17 18:41:28 -07:00
Cameron
23b3e7a4aa
Message-handler title fix.
2013-05-17 18:18:07 -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
Cameron
f29852230e
Closes #313 - Navigation active class issue.
2013-05-17 16:44:12 -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
0d47de6e73
Merge pull request #312 from BillyBoy0823/master
...
Closes #311 Fix Emote Spacing
2013-05-16 12:35:03 -07:00
SecretR
a6a49b18e1
Remote communication rewrite (still in progress); Experimental XML
...
parser (testing phase)
2013-05-16 19:48:55 +03:00
SecretR
f5a4f06791
Better handling of empty values (XML handler)
2013-05-16 19:48:55 +03:00
SecretR
08149e6710
String tag values issue (XML Handler)
2013-05-16 19:48:55 +03:00
BillyBoy0823
52b2f7596d
This adds a space before AND after each emote, so there's no conflict with any text or other emotes before or after them.
2013-05-16 03:35:01 -04:00
Cameron
f07b1a70ab
Prevent empty log files.
2013-05-15 16:07:10 -07:00
Cameron
92b63a3952
Update logstats plugin to use chart class.
2013-05-15 15:03:46 -07:00
SteveD
77b9ec50e9
Issue #308 - changes to mitigate sending of multiple notifies on flood ban
2013-05-15 22:27:23 +01:00
Moc
ab61571ab2
Merge branch 'master' of https://github.com/e107inc/e107
2013-05-15 13:26:51 +02:00
Moc
400617c190
Added IPHandler() in flood notification email to properly format IP address
2013-05-15 13:26:06 +02: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
b473ba2fa2
Chart class added.
2013-05-14 23:46:48 -07:00
Cameron
5d58982d22
Issue #268 Syntax error in last commit.
2013-05-14 18:30:06 -07:00
Moc
e68cc32a70
#268 - Added cURL check to remote themes/plugins download
2013-05-14 22:42:06 +02:00
SteveD
2d2f53ae84
Issue 268 - correct error logging message
2013-05-14 20:21:27 +01:00
SteveD
d6c5c91a3d
Issue #268 - graceful retreat if CURL not installed on getRemoteFile()
2013-05-13 22:04:36 +01:00
BillyBoy0823
f8f241da5d
Fixes issues with menu munipulation.
...
1. Scans all Menu's, All locations, And reorders them properly.
- Does all in case a menu was deleted from system, but active in another area.
2. When activating. Increments so proper order number is assigned.
3. Fixed deactivating. It properly reorders remaining menus
- And removes duplicates, if a loc-0, order-0 exists.
- Also gives Admin log info - Menu Name, Last Location, Last Order. MenuID
2013-05-13 00:32:11 -04:00
Cameron
a9c43432cc
Improved logging of the upgrade process.
2013-05-12 20:56:35 -07:00
Cameron
f874fc58da
Issue #283 target attribute is valid in html5
2013-05-12 04:48:26 -07:00
Cameron
efa135c3f8
Closes #283 whitelist <script> attributes and noscript tag (when script posting is enabled)
2013-05-12 04:15:32 -07:00
jburns131
595efb141f
Issues Addressed:
...
Created cron task that will check if there is a newer version of e107 available. If so, email site admin, create log entry and trigger message for site admin
Files altered:
e107_admin\cron.php
e107_handlers\cron_class.php
e107_languages\English\admin\lan_cron.php
Related to:
20cb65f539
2013-05-12 02:16:20 -04:00
jburns131
27fceb8758
Merge branch 'master' of https://github.com/e107inc/e107
2013-05-12 01:15:49 -04:00
SecretR
100819dc9c
Remote communication rewrite started, work in progress
2013-05-11 19:49:48 +03:00
Cameron
0ebd25252f
Merge pull request #228 from Deltik/master
...
[security] Protection for exposed emails, Message-Handler constants etc. Thank you Deltik
2013-05-10 16:21:38 -07:00
Moc
dbf6c97142
Minor LAN change to make changing avatar procedure easier to understand
2013-05-10 15:51:03 +02:00
Cameron
b74aff7458
More Menu-Manager work.
2013-05-10 04:38:04 -07:00
Cameron
16af1a3b11
Removed commented-out code.
2013-05-10 02:46:09 -07:00
Cameron
534861c949
Menu-Manager Drag and Drop fixes.
2013-05-09 23:52:05 -07:00
Cameron
4e3f9bcb00
Menu Manager drag and drop work and menu Conversion to $pref routines complete.
2013-05-09 22:24:23 -07:00
Deltik
bd69875675
Bad SQL fix in model_class.php ; eMessage class constants created
2013-05-09 22:48:27 -05:00
Cameron
3685451f6e
More menu manager work
2013-05-09 20:16:39 -07:00
jburns131
7444f3a589
Merge branch 'master' of https://github.com/e107inc/e107
2013-05-09 05:14:04 -04:00
Cameron
6963333389
Use MySQL class during db_verify
2013-05-08 17:09:58 -07:00
Jesse
a09404d472
This is a test.
...
File Changed: cron_class.php
2013-05-08 19:08:02 -04:00
Cameron
e71c32e696
PDO fetch fix.
2013-05-08 05:06:52 -07:00
SecretR
b19c99c674
Issue #247 - format news keywords before saving to the DB, improved meta
...
keys formatting
2013-05-08 12:25:43 +03:00
SecretR
1dad1b0eca
PHP warning removal
2013-05-08 12:08:43 +03:00
Cameron
b8362372df
Issue #257 , Issue #64 , Issue #236 - usersettings and avatar upload issues.
2013-05-07 20:30:20 -07:00
Cameron
a47cadb9b9
Blurry avatar fix and usersettings template fix. Also added $tp->setThumbSize($w,$h,$crop);
2013-05-07 18:32:38 -07:00