1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

187 Commits

Author SHA1 Message Date
secretr
f72fed77e8 e107 JS API v1.0 pre-alpha: initial import + core implementations, header re-order 2008-11-09 20:31:10 +00:00
e107steved
8a082efeb4 Additional standard mesages, handle array prefs (which aren't actually arrays) properly 2008-11-09 18:00:32 +00:00
e107steved
f59d93c10d Bugtracker #4564 - minor JS errors 2008-10-30 21:00:31 +00:00
e107steved
cba0488586 Bugtracker #4563 - blank screen on signup if email address not entered 2008-10-30 20:40:22 +00:00
e107steved
0df36370ac Missed a global in previous commit 2008-10-19 12:04:04 +00:00
e107steved
fa72c3395f Bugtracker #4545 - uniform way of displaying file sizes 2008-10-19 11:35:00 +00:00
e107steved
ca0b2306a2 Bugtracker #4539 - hard coded text in img.bb 2008-10-15 21:23:51 +00:00
e107steved
80da6b8386 Delete more files not required 2008-10-14 20:27:26 +00:00
e107steved
551307df92 Cleanup old files (mostly 0.6 compatibility in 0.7), move restcore to utilities directory 2008-10-14 20:24:34 +00:00
e107steved
399f220ed6 Disable various obsolete prefs 2008-10-11 11:55:18 +00:00
e107steved
f65d3913aa Add missing parameter (for asperon) 2008-10-05 20:41:05 +00:00
e107steved
466b70c50a Bugtracker #4522 - can now upsize images. Make thumb.php consistent, maintain single copy in e107_images 2008-10-03 20:28:54 +00:00
e107steved
55f51fee18 Bugtracker #4516 - download admin fixes 2008-09-23 19:31:59 +00:00
e107steved
a77df1a354 Bugtracker #4507 - make shortcodes use ICONPRINT, ICONMAIL, plus some absolute path stuff 2008-09-04 20:07:34 +00:00
e107steved
99939cd62b More plugin.xml support (should be pretty much it), and the odd small bug fix along the way. 2008-08-25 13:34:55 +00:00
e107steved
d2da01b8db Eradicate obsolete prefs 2008-08-24 09:57:08 +00:00
e107steved
492ae659e6 Handle comment IDs 2008-08-16 16:34:44 +00:00
CaMer0n
90aa3d6927 Remove requirement for using download sub-categories when not needed. 2008-08-14 22:58:34 +00:00
e107steved
bf29a3eec9 Stats logging - support plugin.xml, add admin logging. Enhance supporting functions 2008-08-13 20:47:10 +00:00
e107steved
2a4075ee79 Put version ID string into generated plugin.xml 2008-08-12 19:37:56 +00:00
e107steved
3e3d1db9a3 Support multilanguage titles in plugin log entries, add correct links to sitelinks on install, fix naming error in plugin.php conversion 2008-08-10 11:41:13 +00:00
e107steved
556eaff57d Minor tweaks for install 2008-08-10 09:17:41 +00:00
e107steved
ec13689f67 Tidy up various errors and inconsistencies that have crept in 2008-07-25 19:26:46 +00:00
e107steved
bba4c56e23 Bugtracker #4456 - handle empty news category icon - thanks marj 2008-07-15 21:11:50 +00:00
e107steved
1ddcffcadb First cut of utility to convert plugin.php to plugin.xml (for McFly to break) 2008-07-01 20:49:50 +00:00
e107steved
088d2f2e0f Fix welcome message display 2008-06-26 20:44:10 +00:00
secretr
8ca2f26932 fix Bugtracker #4433 - missing variable 2008-06-24 08:01:09 +00:00
secretr
566a1e444c addtext() scroll to top fix & start a total JS cleaning 2008-06-21 15:17:52 +00:00
e107steved
b5771e501d Password options for logon, email login option, random user name/PW generation, Bugtracker #4393 and possibly others previously added to 0.7 2008-06-13 20:20:23 +00:00
e107steved
72f1bbd319 Bugtracker #3906 - help box width breaks some fixed width themes 2008-06-02 18:55:32 +00:00
e107steved
bc4e612896 Bugtracker #4387 - allow multiple shortcodes on one line 2008-05-30 20:45:53 +00:00
e107steved
395422059d Bugtracker #4357 - reduce re-use of DB objects to avoid corruption 2008-05-25 15:32:06 +00:00
e107steved
33f96bb871 Bugtracker #4364 - support comment edit for downloads, content. Also bugtracker #4381 don't display blocked comments 2008-05-25 08:26:11 +00:00
e107steved
e01a9ce04e Bugtracker #4302 and general reorganisation of comment table for 0.8 2008-05-24 12:45:34 +00:00
e107steved
1df8d3644b Add query string to CUSTOM=LOGIN 2008-05-16 19:09:01 +00:00
e107steved
cf619e1b9b Need index files in directories 2008-04-22 20:41:41 +00:00
e107steved
958e68d6a0 First cut of modified upload system - uses class-based limits in filetypes.xml 2008-04-22 20:32:59 +00:00
e107steved
5df41b26d0 Bugtracker #4370 - notice removal 2008-04-05 08:39:37 +00:00
e107steved
476b985dd0 Bugtracker #4376 - notice removal 2008-04-01 19:58:41 +00:00
e107steved
4f9ad612c9 Improve query 2008-03-27 20:42:20 +00:00
e107steved
5bde549381 Better error checking on previous mod 2008-03-24 09:40:51 +00:00
e107steved
244e28d066 Speed up user selection on large DB 2008-03-23 21:22:16 +00:00
CaMer0n
99b74405d9 Fixed imageselector to work in both admin->prefs and admin->newspost. Now uses it's own preview shortcode. 2008-03-18 00:39:02 +00:00
e107steved
558e7f8192 Part of bugtracker #4352 - don't enable SF updates to start to avoid hanging on intranets after install 2008-03-17 20:48:48 +00:00
e107steved
1ba47a0c75 Updated import - files not required 2008-03-16 21:38:26 +00:00
e107steved
6dbecefb5d Start of updated import routines for 0.8 - basics should be there for user import 2008-03-16 21:36:32 +00:00
asperon
c2325f1e66 Added support for {USER_CUSTOMTITLE} 2008-03-16 16:38:06 +00:00
asperon
0da0b20316 Just some quick fixes to get it to work with the current xml_class 2008-03-16 16:09:07 +00:00
e107steved
964c58cc65 Bugtracker #4348 - don't look for image file if its a URL - suspected bug in file_exists() PHP5.2.5 on XP 2008-03-12 22:15:13 +00:00
mcfly
9713a948ca Clicking on image will paste bbcoce into 'target', also added code to convert [[ and ]] to { and } in sortcode parms 2008-02-19 19:33:45 +00:00