phpBB
Statistics
| Revision:

root / tags / milestone_3 / phpBB / includes / template.php

History | View | Annotate | Download (29.1 kB)

  • svn:eol-style: native
  • svn:keywords: Author Date Id Revision
# Date Author Comment
5258 10/04/2005 11:47 pm

This commit was manufactured by cvs2svn to create tag 'milestone_3'.

5238 10/02/2005 07:49 pm Meik Sievertsen

- some bugfixes
- allow template variables in defines

5151 05/15/2005 10:08 pm Meik Sievertsen

- fixed url parsing ([] breakage)

5118 04/11/2005 11:32 pm Meik Sievertsen

- 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

5117 04/10/2005 08:07 pm Meik Sievertsen

- 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

5114 04/09/2005 02:26 pm Meik Sievertsen

- 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)

5083 01/27/2005 07:59 pm Meik Sievertsen

fix admin_session "bug"

5053 01/10/2005 08:14 am Meik Sievertsen

this should eliminate most problems with statements not interpreted but valid. We really do not use/need multiline conditionals. ;)

5035 12/19/2004 06:59 pm Meik Sievertsen

- some fixes/changes

5013 10/30/2004 07:11 pm Meik Sievertsen

- new function + a few fixes suggested by cyberalien

4984 09/16/2004 08:33 pm Meik Sievertsen

- 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)...

4940 08/01/2004 02:31 pm psotfx

Fixed problem with UNDEFINE

4920 07/09/2004 12:41 am Meik Sievertsen

- 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...

4912 06/06/2004 11:44 pm Meik Sievertsen

- added folder_moved image
- new feature: bookmark topics
- fixed post details link
- added confirmation screen to cookie deletion

4896 05/26/2004 10:18 pm Meik Sievertsen

don't hurt me... just very small things

4883 05/02/2004 03:06 pm Meik Sievertsen

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)

4753 01/11/2004 03:33 am psotfx

oopsie

4740 01/10/2004 01:23 pm Meik Sievertsen

custom profile fields.
Not finished, committed to let us discuss about the next steps
-> BartVB

4735 01/09/2004 06:22 pm psotfx

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.

4698 11/30/2003 12:42 am ludovic_arnaud

Quiet please!

4574 10/12/2003 11:16 am Meik Sievertsen
  • empty log message ***
4557 10/12/2003 01:58 am psotfx

include_once

4517 09/29/2003 02:20 am psotfx

Switch for recompilation (based on filesystem modified time)

4514 09/27/2003 10:44 pm psotfx

Allow for start,end values within begin/end loops

4364 08/10/2003 08:33 pm ludovic_arnaud

Added the binary attribute for Windows platforms. Removed the read attribute because it wasn't needed.

4343 08/06/2003 05:45 pm psotfx

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

4325 07/24/2003 03:58 pm psotfx

Changes for styling directory layout alterations

4273 07/17/2003 05:16 pm psotfx

Remove subfolder storage of templates ... a safe-mode thang, you can delete any existing cache/templates folder

4235 07/13/2003 05:13 pm psotfx

Cope with secondary (per forum) styles, probably other minor things too ... there is a known permissions problem, will work on that soon

4224 07/12/2003 01:36 am psotfx

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.

4223 07/12/2003 01:28 am psotfx

forced_recompile "seems" to work now if set true ...

3961 05/02/2003 05:50 pm psotfx

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

3957 04/28/2003 05:06 pm psotfx

Check for and remove other possible PHP execution tags

3954 04/26/2003 03:35 am ludovic_arnaud

I believe the original intent was to put the backslash in the character class, this should make it work

3933 04/23/2003 10:55 pm psotfx

hhmmm, was slap bang in the middle of working on this ;) Excess slashing(?) .. keep an eye out for errors ... fixed static lang preg

3932 04/23/2003 10:50 pm Meik Sievertsen

replaced \' with ' in template to let it parse javascript correctly. admin_attachments.php changes. added real media streaming.

3928 04/23/2003 04:55 pm psotfx

Thanks to John, who indirectly reminded me about this :D ... echo only data we need to echo.

3885 04/18/2003 04:32 pm psotfx

Okay, give this one a whirl ... clear your template cache before trying

3882 04/18/2003 01:07 pm Meik Sievertsen

Revert INCLUDE template change, fixed attachment display.

3825 04/13/2003 02:28 pm Meik Sievertsen

faster (for me), especially for topics with a bunch of attachments (due to the nested block vars).

3824 04/13/2003 01:36 pm Meik Sievertsen

Fixed INCLUDE. Now cached items are processed correctly. all glitches are fixed (for example the strange display after a template got changed)

3817 04/12/2003 04:30 pm Meik Sievertsen

added 711252 and lock topic within post, fixed post editing a bit.

3810 04/11/2003 01:58 am psotfx

Try this version of include ...

3807 04/10/2003 11:35 pm Meik Sievertsen

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...

3662 03/18/2003 03:58 pm psotfx

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

3284 01/08/2003 07:27 pm psotfx

Updates as opposed to downdates

3166 12/03/2002 02:46 pm psotfx

Start to (re-)fix generation of "plain text" templates from compiled source for template editing

3018 11/08/2002 04:33 am ludovic_arnaud

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.

3016 11/08/2002 12:21 am psotfx

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

2951 10/10/2002 03:02 am ludovic_arnaud

More bugfixes

2923 10/04/2002 03:09 pm psotfx

Well, here are all my changes ... don't blame me if things break :D

2918 10/04/2002 01:50 am ludovic_arnaud

I updated my copy with the Area51 template so here it is, along with a couple of bugfixes :]

2913 10/03/2002 04:43 am ludovic_arnaud

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.

2882 08/22/2002 11:40 pm psotfx

Instantiate template and set template path from seperate method

2704 07/16/2002 10:39 pm psotfx

Minor changes

2662 07/14/2002 04:33 pm psotfx

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)

2642 06/22/2002 01:48 pm psotfx

Template caching ( file based )

2467 04/02/2002 11:13 pm the_systech

Ok this is just me being anal again... No code changes, just file headers..

2328 03/19/2002 12:53 am psotfx

Stop being too paranoid about hacking of includes containing only fully inclusive functions

2304 03/18/2002 02:35 pm psotfx

Updates to overcome security issue + updates of various functions, initial version of profile registration include ... not completed but should be functional for obvious reasons(!)

2006 01/28/2002 08:12 pm psotfx

Another warning fix ...

1997 01/28/2002 06:25 pm psotfx

Fix various var not set warnings ... many thanks go to The Horta for pointing out and offering fixes for many of these

957 08/31/2001 10:59 pm the_systech

Fix for Paul's Polling problem..

943 08/31/2001 12:20 am thefinn

Re-added GPL disclaimers

933 08/26/2001 04:04 pm psotfx

Modified header comments

847 08/13/2001 06:08 am dougk_ff7

Fixes a template parsing error.

741 07/24/2001 01:39 pm psotfx

Changed extension of templates to php