1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-17 03:54:09 +02:00

1636 Commits

Author SHA1 Message Date
Cameron
f7f1866da5 Secure-Image update. 2013-04-26 18:19:18 -07:00
Cameron
8a5ee90625 New standard for $sc_style. _WRAPPER. Needs to be completed. 2013-04-26 13:49:57 -07:00
Cameron
0a3f06ed23 Bootstrap styling fixes 2013-04-25 17:35:51 -07:00
Cameron
063bf2b200 $frm->selectbox() renamed to $frm->select(); for consistency. 2013-04-25 17:29:46 -07:00
SecretR
be3b3c2ebb Pages shortcode parameter issue 2013-04-25 18:04:21 +03:00
Cameron
0d93068439 Partial fix for Issue #177 2013-04-24 03:55:17 -07:00
Cameron
cfd0ffb7b8 Emoticon BBcode Fix 2013-04-22 20:46:06 -07:00
Cameron
1e418b4e26 Avatar paths 2013-04-22 14:28:03 -07:00
Cameron
a47591d654 Avatar paths fix 2013-04-22 14:27:51 -07:00
Cameron
449f31546a Forum-update fixes 2013-04-21 21:31:42 -07:00
Cameron
8b0c9c79a3 Bbcode button styling and fixes. 2013-04-21 02:00:08 -07:00
Cameron
281c5b8ba3 Include News tags on front-end. 2013-04-20 00:29:04 -07:00
Cameron
1500effbd7 Avatar path corrections. 2013-04-19 22:50:41 -07:00
Cameron
ba6ebf7438 Removal of colorbox modal. 2013-04-17 22:07:15 -07:00
Cameron
af1a88ef30 Speed up admin Plugin-Manager page refresh. Add support for e_help() function. 2013-04-17 15:40:20 -07:00
Cameron
33c82dac70 Extended fields added for Skype and Gender. Also GUI cleanup. 2013-04-17 12:19:47 -07:00
Cameron
792c5eb628 Notice and Warning removals 2013-04-15 19:46:35 -07:00
Moc
384cb63c07 Code clean-up - Fixes to user profile: forum and chatbox counts and forum link working again. 2013-04-15 12:26:49 +02:00
Moc
b1bcacc593 user_shortcodes code clean-up, attempt to get forum posts count to work 2013-04-15 11:27:10 +02:00
Cameron
f1c0a0b5fd More Menu-Manager GUI tweaks 2013-04-14 19:28:15 -07:00
Cameron
4e616f9584 Menu Manager GUI styling 2013-04-14 18:41:53 -07:00
Cameron
c7bf05b06f Deprecate noTableRender from template files - send template name to tablerender() $mode instead for less confusion and consistent logic. 2013-04-14 17:08:38 -07:00
Cameron
a40736e9b4 Issue #159 Possible fix for tablerender issue. 2013-04-14 12:53:20 -07:00
Moc
a76387c99d Undo 'readding releaseurl' as it is deprecated. 2013-04-11 21:59:06 +02:00
Cameron
9c694f2c9e GUI fix and correct modal window for popup 2013-04-11 11:09:59 -07:00
Moc
6bab6d6f7e Re-add the releaseUrl row in the plugin table. Fix provided by SecretR 1d25a7dd91 2013-04-11 18:21:25 +02:00
Cameron
51e436fac6 Issue #157 Replaced e_BASE with e_HTTP 2013-04-02 16:11:58 -07:00
Cameron
eae211fc63 Forum upgrade fixes. Forum-attachments now converted in batches. 2013-03-31 00:06:21 -07:00
Cameron
11589d6f9e Comment fixes. Problem remains with SEF Urls 2013-03-29 15:31:03 -07:00
Cameron
ec791815b0 Admin plugin-link fix 2013-03-29 05:21:09 -07:00
Cameron
b5fb8b6829 Plugin table fix 2013-03-28 03:54:30 -07:00
Cameron
75e0344efe Load Signup JS code only when needed. 2013-03-27 19:38:42 -07:00
Cameron
ba2cdad282 Added support for define("DEMO_CONTENT",true); - for theme testing purposes - updates all the href and src paths in the HTML to point to the theme folder. To provide true demo content when releasing a theme - use an /install folder with content. 2013-03-26 20:13:34 -07:00
Moc
f65708cd5a Code clean-up (global pointers, $e107->, headers). Got rid of all $e107->this->sql and tp 2013-03-26 12:17:12 +01:00
Moc
2074ef8f37 Code clean-up (globals, $e107->, headers, $sql) 2013-03-25 18:48:48 +01:00
Moc
c4197a76c0 And one more global pointer in the wmessage sc 2013-03-24 14:37:11 +01:00
Moc
8d6d54a38f Code clean-up (globals, $e107->, $mes, headers) 2013-03-24 13:07:15 +01:00
Cameron
fd4fff52d4 News template BC problem corrected. May require renaming some templates in your theme.php 2013-03-24 03:04:33 -07:00
Cameron
e2dffbe0f7 {SETIMAGE} can now set Height and also crop the image. eg. {SETIMAGE: w=300&h=200&crop=1} 2013-03-24 03:03:31 -07:00
Cameron
91e3f336f6 Bootstrap front-end template. Login page added. 2013-03-22 19:56:28 -07:00
Cameron
1cbfeb96f0 Auto-detection of {WMESSAGE} 2013-03-22 19:54:37 -07:00
Cameron
70ff50b0a0 CATPCHA can now be enabled on the admin login and user-login pages separately. 2013-03-21 23:06:46 -07:00
Moc
028ab0ddc8 #6 - LAN clean-up (HTML removal, double quotes, generic) - done upto lan_lx 2013-03-21 13:39:11 +01:00
Cameron
b843bcc0c7 Notice removal and file cleanup 2013-03-21 02:53:35 -07:00
Cameron
3968623022 Template path changes 2013-03-21 02:23:29 -07:00
Cameron
59a6edb4e4 Core template path changes. 2013-03-20 23:50:30 -07:00
Cameron
0ba11945ab Path changes on code templates. 2013-03-20 22:59:37 -07:00
Cameron
0fbb9acf2b Login page shortcodes updated to use class. {LOGO=login} added for consistent logo site-wide. ie. use pref or use file. 2013-03-20 18:41:27 -07:00
Cameron
3b953d1315 Template-path changes. 2013-03-20 16:58:39 -07:00
Cameron
c2de751a6f GUI tweaks on contact-menu and featurebox admin. 2013-03-19 19:06:35 -07:00