Register
phpBB.com Wiki · Home Projects Help

root / tags / release_3_0_B2 / phpBB / style.php

style.php

View | Annotate | Download (4.7 KB)

# Date Author Comment
6288 View | Annotate 08/12/2006 10:24 PM

This commit was manufactured by cvs2svn to create tag
‘release_3_0_B2’.

6254 View | Annotate 08/08/2006 09:02 PM naderman

- fixed some problems with themes
- added support for {IMG_NAME_SRC}, {IMG_NAME_WIDTH} and {IMG_NAME_HEIGHT}
- fulltext_native has to use group by in a few more quries

6153 View | Annotate 07/07/2006 10:38 PM naderman

- fix a stupid bug in style.php
- and we’d also like the post encoding :D

6048 View | Annotate 06/11/2006 08:13 PM acydburn

- fixed a few bugs
- added user_add() function
- check posted images ([img]) for same domain/scipt and php files
- auth_api.html updated to the coding guidelines look&feel
- introduced ability to force non page-updates (cron is using it)
- correctly resend coppa email

6015 View | Annotate 06/06/2006 10:53 PM acydburn

ok, this one is rather large… the most important change:
re-introduce append_sid: old style continues to work, not a performance hog as it was in 2.0.x -> structure is different

apart from this, code cleanage, bug fixing, etc.

6007 View | Annotate 06/04/2006 12:19 AM naderman

- removed useless code from style.php
- added a view template cache mode to acp_styles
- syntax highlighting for the acp css
- completed refresh actions for themes and templates
- fixed theme and template installation
- use a function for generating database theme data
- removed useless code from mcp_queue.php

we might need to do some more tests of acp_styles with safe_mode on

5953 View | Annotate 05/21/2006 01:56 AM naderman

- added a theme editor
- some adjustments in acp_styles.php
- fixed storing themes in db (needs revisiting)

5883 View | Annotate 05/05/2006 07:56 PM acydburn

- some adjustements for phpdocumentor

5422 View | Annotate 01/04/2006 07:37 AM davidmj

- file_get_contents instead of imploding file()s or fread()ing till the maximum filesize
- language and style properly use compression
- language now prompts user for methods
- functions_compress does not need to eval() to get a hex date, instead calls pack()
- A writing method is defined at the end of tar operations only if data has been sent to the archive
- BBCode parser does not have to eval(), it instead uses the regex to loop around the matches

Hopefully nothing broke :-)

5388 View | Annotate 12/28/2005 06:35 PM acydburn

- some changes to browser checking (was the reason for not working logins)
- partly working style acp
- other tiny changes here and there

5372 View | Annotate 12/22/2005 05:28 PM acydburn

- ok, get away with the secondary style approach (styles can be mixed together easily with the acp)
- introduce a more generic approach of defining some additional variables through cfg files as well as the name, copyright and version fields
- please note that at the moment this is in flux. I added it now for Tom because he needs the theme parameters.

5343 View | Annotate 12/17/2005 01:05 PM subblue

Tweaked so that css files included via @include file(“file.css”); are brought into the main stylesheet.css before variable replacement. This greatly improves style organisation by enabling different stylesheets for the main sections of the forum

5328 View | Annotate 12/11/2005 11:14 PM subblue

theme_name field missing from the query getting the database style content

5257 View | Annotate 10/04/2005 11:47 PM acydburn

dumdidum

5255 View | Annotate 10/04/2005 11:39 PM acydburn

- some bugfixes

5199 View | Annotate 08/19/2005 12:48 PM acydburn

- add ability to limit search to groups

5114 View | Annotate 04/09/2005 02:26 PM acydburn

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

5068 View | Annotate 01/20/2005 09:57 PM acydburn

- bugfixes
- default sort options for posts too
- adjusted format_date to remove the (time intensive) preg_ calls
- temporary style.php code.

4473 View | Annotate 09/07/2003 03:46 PM psotfx

Updates mainly for removal of extension + header comment … moved some aspects of ucp around, further work to be done on these areas … not commiting search for time being

4379 View | Annotate 08/11/2003 11:45 PM ludovic_arnaud

Taken out the $db var from acm classes for consistency with other classes

4374 View | Annotate 08/11/2003 03:12 AM psotfx

Update for acm parameter change

4343 View | Annotate 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

4322 View | Annotate 07/24/2003 12:54 PM psotfx

It’s going to be one of those days …

4321 View | Annotate 07/24/2003 12:52 PM psotfx

Generate stylesheet from DB on the fly