1
0
mirror of https://github.com/e107inc/e107.git synced 2025-03-25 23:02:34 +01:00

6196 Commits

Author SHA1 Message Date
Cameron
ce1192ac40 Fix for <?php inside [code][/code] 2013-06-11 18:29:59 -07:00
Cameron
edbff3701c Alt-Auth support for User-Id. (work in progress) 2013-06-11 15:47:44 -07:00
Cameron
4818785c4c Fix for bad button character after install. 2013-06-11 14:24:09 -07:00
Cameron
56bea68b43 Issue #389 - Upgraded Bootstrap to 2.3.2 2013-06-11 13:14:04 -07:00
SecretR
ee7a24bceb Closes #316 2013-06-10 17:55:43 +03:00
SteveD
865adaa99f Issue #343 partial fix - needs JS sorting properly, but should now be possible to log in using CHAP. CHAP didn't work at all for admin login. Also need to change challenge value on every page reload without losing track. 2013-06-09 20:53:44 +01:00
Cameron
9939deb3e1 More support for e_DEBUG (in e107_config.php ) 2013-06-08 16:06:52 -07:00
SteveD
a877a2bf89 Issue #343 start of fix to make CHAP login via user pages work again (more to do) 2013-06-07 22:43:03 +01:00
SecretR
0ff4a9c5b9 Fixed #366 - introduced new $preftabs UI variable, identical to tabs but
referenced from $prefs instead $fields data.
2013-06-07 12:01:23 +03:00
Cameron
9003229ab4 Issue #383 Page template fix. 2013-06-06 15:32:28 -07:00
Cameron
aa22377354 Issue #382 - SMTP default prefs added. 2013-06-06 14:54:39 -07:00
Cameron
73e095f14f May help session subdomain issues. 2013-06-06 12:50:43 -07:00
Moc
256f4b08b1 Removing unused code causing fatal error 2013-06-06 15:07:59 +02:00
Moc
bc4de016de Revert test environment links back to e107.org 2013-06-06 15:02:08 +02:00
SecretR
3c50b42bd4 Eliminating some duplicate methods, more marketplace eAuth work 2013-06-06 15:25:54 +03:00
SecretR
bf68100106 load and store Array storage interface 2013-06-06 15:25:53 +03:00
SteveD
3dd8ce3cff Issue #369 partial fix - just needs a JS guru to hide the 'More..' button when the text is fully expanded. 2013-06-03 22:19:59 +01:00
Cameron
7c4043122a Site-Statistics plugin fixes, cleanup etc. 2013-06-03 14:17:08 -07:00
Cameron
4c63dab511 Some Log-Statistics GUI cleanup. 2013-06-03 12:19:51 -07:00
Cameron
106365dfef Issue #373 - Partial fix - at least when using bootstrap. 2013-06-03 03:52:53 -07:00
Cameron
15656e7ccb Issue #371 - quick fix for forum extended fields. 2013-06-03 03:05:59 -07:00
Cameron
46955b8e68 Issue #372 - I have added toDate() to the text-parser - for returning dates formatted for HTML. It should be backwards compatible and currently supports Livestamp.js . Example usage: echo $tp->toDate(1370234650); 2013-06-02 21:48:20 -07:00
Cameron
1950c4a1a9 Merge pull request #374 from jburns131/feat/doxygen
Started working on doxygen markup
2013-06-02 21:17:43 -07:00
Burnsy
f0596b8f65 Removed doxygen folder and added the markup to index.php 2013-06-02 23:01:07 -04:00
Burnsy
4699714347 Added 'e107_docs\doxygen' folder which will contain standalone doxygen docs that aren't specific to any one e107 file
Added 'main_page.php' which contains the text which is displayed on the main page of the documentation that doxygen creates. Right now it contains the same information that's found in the current 'README.md'
2013-06-02 20:56:06 -04:00
Cameron
023d0f6047 Issue #371 - forum template parsing issue. 2013-06-02 16:18:06 -07:00
Moc
2d8ba837af #370 - added some more debug on other places 2013-06-03 00:41:40 +02:00
Moc
b03bd30b67 #370 - Added some debug info which may help 2013-06-03 00:26:08 +02:00
Cameron
5af8208c7e Enable logging by default. 2013-06-02 14:49:26 -07:00
SteveD
e78a45a515 Pick up language-specific plugin description if it exists 2013-06-02 22:40:22 +01:00
Cameron
e989acb8f9 Removed unnecessary header from log when using append mode. 2013-06-02 14:31:25 -07:00
Cameron
69cc367a08 Removed old download script 2013-06-01 16:24:41 -07:00
Cameron
a4f092e499 Removed old download LAN files. 2013-06-01 16:01:11 -07:00
Cameron
ce7c07ffda Fix template array issue. 2013-06-01 14:15:46 -07:00
Cameron
9e8d238894 Added uncommitted comment. 2013-06-01 14:08:42 -07:00
Cameron
7c80fc6aad Page template corrections in bootstrap. 2013-06-01 14:03:18 -07:00
Cameron
4776f49964 Chatbox class warning issue and template override/merge issue (requires more testing) 2013-06-01 14:02:46 -07:00
Cameron
693b5bea75 Improved logging options and file-naming. 2013-06-01 04:36:58 -07:00
Cameron
ae9769f8b4 Added [code=inline] for single line <code>. 2013-06-01 03:55:53 -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
daa6e7ba1b Fix for html within [code] bbcode. 2013-05-31 20:56:18 -07:00
Cameron
27e98076f0 More shortcode/parser BC (global) fixes. 2013-05-31 18:52:46 -07:00
Cameron
b8cdc71795 Correction of shortcode global issue. As per e107 v1.x - shortcodes should only ever be registered globally using e_shortcode.php or xxx.sc files. 2013-05-31 18:40:56 -07:00
Cameron
8d94fa8b23 Possible fix for 'Anonymous' showing in logs, when admin is logged in. 2013-05-31 18:36:43 -07:00
Cameron
9d4e1f7bf0 Remove debug info from last commit 2013-05-31 16:27:00 -07:00
Cameron
58ada036c8 img bbcode attributes fix 2013-05-31 16:24:38 -07:00
Cameron
c63b3111ac Forgot password template cleanup 2013-05-31 15:54:45 -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