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

5697 Commits

Author SHA1 Message Date
Cameron
7c8bfff0e3 Close button dismiss added. 2013-06-20 02:06:49 -07:00
Cameron
f896c47af3 Bootstrap css changes (work in progress) 2013-06-20 02:04:18 -07:00
Cameron
6cd9edea4d Close button added to message alerts. 2013-06-20 02:03:34 -07:00
Cameron
bf91a6819d Fixes #326, #331 and corrects markup issues with pull-request #390. 2013-06-20 01:47:57 -07:00
Cameron
d8be21aad6 Bootstrap style switch added. 2013-06-20 01:32:17 -07:00
Cameron
fa8c54d635 Notice removal (e_QUERY not defined) 2013-06-20 01:31:26 -07:00
Cameron
9d2f54ebf9 Fixes #365 for now until new method found. 2013-06-20 01:31:03 -07:00
Cameron
fe53927e5d Sitedisclaimer cleanup. 2013-06-20 01:24:03 -07:00
Cameron
407b6a754d Tweak bootstrap css 2013-06-20 00:11:11 -07:00
Cameron
15a9805069 Fix for comment-avatar size issue. 2013-06-20 00:10:52 -07:00
Cameron
5dbe762be0 Fixes #378 - missing username after comment post. 2013-06-19 23:52:14 -07:00
Cameron
2d21d0e7d2 Fixes #326, #331 and corrects markup issues with pull-request #390.
Also added check for theme_shortcodes.php for including batches of theme shortcodes.
theme_config.php is now the correct file name for a theme config.
2013-06-19 22:50:51 -07:00
Cameron
29f74508c2 Forum quick-reply fix. 2013-06-19 19:54:29 -07:00
Cameron
a1c768f847 Minor fixes to the rss plugin. 2013-06-18 21:12:47 -07:00
Cameron
34f0eeb409 Updated e_rss.php to v2.x spec. 2013-06-18 20:21:39 -07:00
Cameron
dbf987298d Updated e_notify.php to v2.x spec. 2013-06-18 20:21:10 -07:00
Cameron
0a2c3402d0 Notice removal 2013-06-18 14:34:57 -07:00
Cameron
e4d2f58f8b Fixed: 'end' was missing from template. 2013-06-18 14:32:36 -07:00
Cameron
219cfc338d Removed duplicate LANs. 2013-06-18 14:23:46 -07:00
Cameron
17e78d8bc8 Added labels for radio items. 2013-06-17 16:45:03 -07:00
Cameron
5a4981c9f1 Added 'bootstrap' as a e107::css() and e107::js() option. (subject to change) 2013-06-17 16:44:46 -07:00
Cameron
a0aec4b210 Renamed bootstrap flag e_BOOTSTRAP to BOOTSTRAP. Set e_BOOTSTRAP as path of bootstrap folder. 2013-06-17 16:03:33 -07:00
Cameron
d10dbc443a Removed global $pref. 2013-06-17 15:42:40 -07:00
Cameron
59047796d1 Added THEME_STYLE constant for easy checking of the currently selected theme style. CSSORDER also added, but subject to change. 2013-06-17 15:42:35 -07:00
Moc
bebbaa0533 #318 - clean-up from previous commit 2013-06-15 15:08:03 +02:00
Moc
b4b35d25dd #318 - More work on theme upload - semi-functional now. 2013-06-15 15:02:45 +02:00
Moc
84b408073e Added log functionality to failed download requests 2013-06-15 14:04:04 +02:00
Cameron
fdf647c8bb More [code] parsing work. 2013-06-15 03:58:47 -07:00
Cameron
81bbbc99ee Fix for [code] output. 2013-06-15 02:26:55 -07:00
Cameron
aef9b631c3 More [code] bbcode work. 2013-06-15 02:18:15 -07:00
Cameron
846cfb3603 table bordered by default 2013-06-14 19:42:03 -07:00
Cameron
177722248d Removed css from [td] (use [table] instead) 2013-06-14 18:27:55 -07:00
Cameron
f9f90451c0 Added th bbcode. 2013-06-14 18:12:38 -07:00
Cameron
f2c69d1de0 Added bootstrap css style to table bbcode. 2013-06-14 18:08:47 -07:00
Cameron
76986a83c6 header bbcode html fix 2013-06-14 17:24:15 -07:00
Cameron
7d57148ed0 Fix for Page-Chapter Batch Link creation. 2013-06-14 17:00:41 -07:00
Cameron
c6cec3cf61 Quick fix for trailing line-breaks on block-level elements. 2013-06-14 16:26:56 -07:00
Cameron
2e1fd600da Removed extra </ul> from Bootstrap Docs layout. 2013-06-14 14:37:01 -07:00
Cameron
2b4a5009b5 Removed extra </pre> tag. 2013-06-14 14:35:47 -07:00
Cameron
2460ff3c70 Added 'Copy' to Batch options on Books/Chapters page. 2013-06-14 13:42:11 -07:00
Moc
b3693632de #220- forum_icons_template.php LAN update, minor LAN fixes to post_shortcodes (#6) 2013-06-14 16:47:09 +02:00
SecretR
5873a80978 Secure image paths detection fix (e107_config.php values) - failed to
track the new configuration way ($E107_CONFIG array)
2013-06-14 11:27:23 +03:00
Moc
dc2511c9c6 #318 - Theme manager - upload theme, partial fix. Not completely fixed yet. 2013-06-13 16:03:45 +02:00
Moc
8ea6ceca60 #370 - 'File not found' error on download, possible fix. 2013-06-13 15:21:23 +02:00
Moc
2d288548f6 #220 - Minor LAN issue on forum_posted_template.php 2013-06-13 09:32:08 +02:00
Moc
3ed737cb37 #220 - forum_preview_template.php LAN update 2013-06-12 22:15:42 +02:00
Moc
52b0579950 #220 - forum_posted_template.php LAN update 2013-06-12 22:07:14 +02:00
Moc
ff2c2e5c6d #220 - First batch of forum LAN rewrite: forum, viewforum, viewtopic and post are done. Work in progress! (#6) 2013-06-12 21:38:26 +02:00
SecretR
0e75ada2a9 Reverting PHP v5.3.0+ method used in XML parser 2013-06-12 17:20:42 +03:00
Cameron
b5ec194ae6 Merge pull request #390 from jbwebware/bug/frontend/issue_331
Fixes #331 and the link in the navbar message 'Logged in as USERNAME'
2013-06-12 02:35:15 -07:00