History | View | Annotate | Download (29.1 kB)
This commit was manufactured by cvs2svn to create tag 'milestone_3'.
- some bugfixes- allow template variables in defines
- fixed url parsing ([] breakage)
- made path information available to template (T_)- eased topic/post icon in templates (removing hardcoded img)- added S_FIRST_ROW and S_LAST_ROW to template engine
- added updated coding guidelines- introduced is_registered and is_bot flags for correct determinition of guest/registered/bot users- changed bot code to act on useragent || ip
- Documentation related changes- added resend activation email dialog- fixed issue in session code- log failed/successful admin re-authentication/login- fixed simple forum dropdown box (used in mcp and posting)
fix admin_session "bug"
this should eliminate most problems with statements not interpreted but valid. We really do not use/need multiline conditionals. ;)
- some fixes/changes
- new function + a few fixes suggested by cyberalien
- more updates, mostly bugfixes to the bbcode parser- changed current_user in sessions (please review)- give more flexibility to style authors in regard to the pagination elements- profile fields updates (included a sample constuct into viewtopic_body.html - have to be documented extensivly)...
Fixed problem with UNDEFINE
- remove output buffering options from download.php (not needed anymore)- optimized viewtopic.php a little bit- removed the create_function (was consuming too much memory) from viewtopic- check for manually added convert[.exe] program name to imagemagick path in admin_attachments...
- added folder_moved image- new feature: bookmark topics- fixed post details link- added confirmation screen to cookie deletion
don't hurt me... just very small things
fix some issues with oop, fixing small bugs and prepare the next steps...NOTE TO DEVS: have a look at adm/admin_board.php (new config layout)
oopsie
custom profile fields.Not finished, committed to let us discuss about the next steps-> BartVB
Add DEFINE/UNDEFINE ... user vars bust be preceeded by $ and be uppercase, string vars must be in single quotes. Can be used in loops, something.$VAR, etc. Use with standard IF, IF $something ==, etc.
Quiet please!
include_once
Switch for recompilation (based on filesystem modified time)
Allow for start,end values within begin/end loops
Added the binary attribute for Windows platforms. Removed the read attribute because it wasn't needed.
A fair amount of additional working or semi-working stuff ... template stored db source (when appropriate), switch theme/templates between DB/filesystem (if available), import, upload templates, imagesets, themes (if available ... i.e. no safe mode), etc. still a fair amount of stuff to do but getting there ... take care using this, backup any themes/templates/imagesets before fiddling and let me know of issues
Changes for styling directory layout alterations
Remove subfolder storage of templates ... a safe-mode thang, you can delete any existing cache/templates folder
Cope with secondary (per forum) styles, probably other minor things too ... there is a known permissions problem, will work on that soon
Fix failure to INCLUDE a file following its sole recompilation ... I should add that neither of these commits have added support for primary/secondary styles (e.g. styling of forums) ... won't commit these till all relevant styling changes have been implemented.
forced_recompile "seems" to work now if set true ...
Various updates, forum links, "improve" forum management, cleanups, blah blah, note the schema changes, note also that forum management may misbehave ... reports on wrong doings are welcome ... seem to be having problems with some mcp functions under apache/win32
Check for and remove other possible PHP execution tags
I believe the original intent was to put the backslash in the character class, this should make it work
hhmmm, was slap bang in the middle of working on this ;) Excess slashing(?) .. keep an eye out for errors ... fixed static lang preg
replaced \' with ' in template to let it parse javascript correctly. admin_attachments.php changes. added real media streaming.
Thanks to John, who indirectly reminded me about this :D ... echo only data we need to echo.
Okay, give this one a whirl ... clear your template cache before trying
Revert INCLUDE template change, fixed attachment display.
faster (for me), especially for topics with a bunch of attachments (due to the nested block vars).
Fixed INCLUDE. Now cached items are processed correctly. all glitches are fixed (for example the strange display after a template got changed)
added 711252 and lock topic within post, fixed post editing a bit.
Try this version of include ...
initial 'view attachments' implementation. added new template var (merged include, to preserve previous block vars), could be changed later to consider caching. some config variables and upload icons are not present as of yet...
Change cache location to root path cache, you can delete the cache/ and its contents from the templates/ directory. Moved cache show, decompile, etc. methods to new admin_ object in functions_admin
Updates as opposed to downdates
Start to (re-)fix generation of "plain text" templates from compiled source for template editing
Cleaned up viewforum/index, altered template class to replace missing lang strings with a nicely formatted text, pre-implemented topics prefetching and broke some things.
These changes mean you no longer have to assign L_ vars values (unless you want/need to) ... the relevant entry in the lang array will automatically be used if a var isn't assigned
More bugfixes
Well, here are all my changes ... don't blame me if things break :D
I updated my copy with the Area51 template so here it is, along with a couple of bugfixes :]
Subforums handling part 2, it almost works. Also added: the "Explain" link at the bottom page, can be removed easily before official release if necessary.
Instantiate template and set template path from seperate method
Minor changes
This should work fine with existing templates ... note that you will need to create a directory called cache/ in your templates directory ... give it a+w access (chmod 700)
Template caching ( file based )
Ok this is just me being anal again... No code changes, just file headers..
Stop being too paranoid about hacking of includes containing only fully inclusive functions
Updates to overcome security issue + updates of various functions, initial version of profile registration include ... not completed but should be functional for obvious reasons(!)
Another warning fix ...
Fix various var not set warnings ... many thanks go to The Horta for pointing out and offering fixes for many of these
Fix for Paul's Polling problem..
Re-added GPL disclaimers
Modified header comments
Fixes a template parsing error.
Changed extension of templates to php