1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 03:40:37 +02:00
Commit Graph

2128 Commits

Author SHA1 Message Date
marj
ebabc92e78 language autoload removed
pages from root and e107_admin must now include their own

let i.e. use admin/ for admin pages in plugins
2009-08-28 16:15:57 +00:00
marj
201b7e20f1 Add include_lan() to admin pages 2009-08-28 16:11:02 +00:00
marj
921e428a01 Add include_lan() to fornt 2009-08-28 15:30:25 +00:00
marj
426fad06a0 back to previous code
the check is done on existing files
beside it' s doubled checked by include_lan
2009-08-28 15:21:23 +00:00
CaMer0n
16d19f3298 little fix. 2009-08-28 00:33:37 +00:00
secretr
ceef12645c added vartrue(), alias of varsettrue(); added deftrue(), alias of defsettrue() 2009-08-28 00:22:08 +00:00
CaMer0n
af00e68bf5 Little cleanup 2009-08-27 23:39:43 +00:00
secretr
c9d5a940bd save prefs DB error message added, e_model - another 'data has changed' fix 2009-08-27 23:37:24 +00:00
secretr
4418d94cd0 pref handler: cache cleared too early 2009-08-27 23:03:34 +00:00
CaMer0n
eb877ee21a Just in case the prefs are lost, class2.php will still define English as the default language. 2009-08-27 22:33:18 +00:00
CaMer0n
5dd6ae2b52 Minor Fixes 2009-08-27 22:19:51 +00:00
secretr
2534135ea6 xml class - default value key changed to @value; fixes 2009-08-27 21:50:59 +00:00
CaMer0n
22fcfd85e8 Export of preferences and table-data. Preferences import working also. 2009-08-27 21:01:44 +00:00
secretr
914344eea5 some more xml class fixes, added new demo - e107_admin/db.php - Import prefs screen 2009-08-27 14:34:20 +00:00
secretr
33a91058e3 xml class - overall improvements/fixes, new alternate toArray method and parse options (fixes strange PHP behaviours) 2009-08-27 13:58:28 +00:00
secretr
5db2a1ed90 theme admin handler - deprecated call_user_method() replaced with call_user_func(); e_theme_config interface class added, theme configs now implement it 2009-08-27 12:58:29 +00:00
secretr
a31c62c2a4 API - THEME_LAYOUT warning removal, minor improvement 2009-08-27 12:56:23 +00:00
secretr
a8e0abd079 admin tools - obsolete code removal 2009-08-27 12:54:48 +00:00
secretr
2140eb83a3 trackback handler corrections (needs more attention in the future) 2009-08-27 12:53:46 +00:00
bugrain
d7ec50aecc Removed showing of asterisk for 'same userclass as previous user' 2009-08-26 21:17:20 +00:00
CaMer0n
c39976ab65 xml testing example modiified 2009-08-25 14:39:54 +00:00
secretr
166d5bf6ab e_form bugs 2009-08-25 08:41:41 +00:00
secretr
235634662c front-end menu multi-instance support 2009-08-25 08:34:24 +00:00
secretr
d15ea0e61a menu admin - small improvement 2009-08-25 08:29:47 +00:00
CaMer0n
7075dfc98c Removed directory scanning and replaced with e_comment_list 2009-08-24 18:36:07 +00:00
secretr
fcc085aee3 News: administration message fix, temporary default columns fix (not sure how it works yet), news_allows_comment fix (admin form and shortcode) 2009-08-24 08:34:55 +00:00
marj
fe9d5f3d01 Bug #4795 and #4796
missing images
2009-08-24 08:10:27 +00:00
CaMer0n
e600b3c0db 3rd party functions added for comparison test 2009-08-24 00:58:32 +00:00
marj
9863e49cdb a bit of legacy BULLET code review 2009-08-23 10:57:51 +00:00
e107steved
6eafcda674 Get rid of legacy user_class class 2009-08-22 21:27:34 +00:00
CaMer0n
986eaea955 pref import/export added - work in progress. 2009-08-22 00:28:55 +00:00
secretr
243bfe16d3 e_model - advanced toString - now accepts second argument - key from the data array 2009-08-21 22:17:59 +00:00
bugrain
e893b6746c Bug #4792 Fixed image reference 2009-08-21 18:38:36 +00:00
bugrain
c06cb86410 Bug #4793 - missing closing DIVs 2009-08-21 18:38:15 +00:00
secretr
c4bd5158a2 _blank theme: temporary menu CSS fix 2009-08-21 13:33:56 +00:00
secretr
7fccff2714 missed include 2009-08-21 13:20:36 +00:00
secretr
314ba8e7ee example of parsing template (parseTemplate() method of parser class) while passing e_model object 2009-08-20 16:43:15 +00:00
secretr
e5757808f8 shortcode parser: register object (instead class name) added, overall code cleanup, phpDoc started, some future attention needed (better class methods organization) 2009-08-20 16:41:29 +00:00
CaMer0n
b7c5d4b45e redirection class added. 2009-08-20 13:54:42 +00:00
secretr
1e2556b21a e_model moved to separate file 2009-08-20 13:06:34 +00:00
secretr
7499bb001b e_parse: global removal (getFolder in action), e107 coding standards related changes, minor code improvements, some problems pointed (see FIXME, XXX comments) 2009-08-20 12:27:26 +00:00
secretr
3f58e82a3a e107 class: getFolder method added (should replace all global folders usage); known_handlers property and smarter getSingleton/getObject methods (known_handlers needs more info); fatal error fix 2009-08-20 12:24:47 +00:00
CaMer0n
6287c9fad2 First part of membersonly exception pages 2009-08-20 11:38:24 +00:00
marj
c62fb727fc Bug #4790
extra div in oldpolls.php
2009-08-20 10:18:13 +00:00
secretr
06f10fb14c header default changes: fixed JS error, minor fixes and code formatting, obsolute code removal, TODO list expanded 2009-08-20 09:03:02 +00:00
secretr
028198750d e_css - new header details, discussion about css class naming in progress 2009-08-20 08:38:30 +00:00
e107steved
2288b9907c Method needs to be public 2009-08-19 21:43:46 +00:00
e107steved
f715e1df32 Tidy up some userclass stuff 2009-08-19 21:33:20 +00:00
secretr
3099bf9052 Introducing e_IFRAME mod; NOHEADER changed to e_NOHEADER; overall menu.php url checks cleaned (API, header, footer); menu related code cleanup and fixes, e_parse improvements (more work is needed); smarter getSingleton() and getObject() (in progress) 2009-08-19 14:39:57 +00:00
secretr
e8f6645d10 typo fix 2009-08-19 14:35:12 +00:00