phpBB
Statistics
| Revision:

root / tags / release_3_0_2-RC2 / phpBB / style.php

History | View | Annotate | Download (7.7 kB)

  • svn:eol-style: LF
  • svn:keywords: Author Date Id Revision
# Date Author Comment
8676 06/29/2008 12:39 pm Meik Sievertsen

3.0.2-RC2 released

8513 04/21/2008 12:54 pm Meik Sievertsen

#25805

8502 04/11/2008 04:14 pm Meik Sievertsen

fixing two potential problems
- blank style
- check for correct role assignment within auth.php (should not happen, but seems like some users are not able to persist from manually messing with the db)

8486 04/02/2008 10:51 am Meik Sievertsen

#s24575

8479 03/29/2008 01:22 am Nils Adermann

Hiding everywhere little buggers, eh?

8464 03/24/2008 01:26 am Nils Adermann

- [Fix] Set correct error reporting in style.php to avoid blank pages after CSS changes (Bug #23885)

8293 01/03/2008 03:04 pm Henry Sudhof

#16865

8285 12/26/2007 03:53 pm

This commit was manufactured by cvs2svn to create branch 'phpBB-3_0_0'.

8054 08/19/2007 05:58 pm Meik Sievertsen

again... ie6 is still not behaving correctly... the pragma header invalidates the content. I hope this is really the cause now. :/

8049 08/19/2007 12:39 pm Meik Sievertsen

very tiny adjustements...

8040 08/17/2007 02:32 pm Meik Sievertsen

- IE6 is not able to correctly cope with gzip compression
- hopefully fixed the rtl icon issue in FF without breaking ltr display.

8033 08/15/2007 07:32 pm Meik Sievertsen

some bugs fixed

7954 07/26/2007 05:51 pm Meik Sievertsen

do not get too excited

7949 07/26/2007 12:08 pm Meik Sievertsen

add support for gzip compression to style.php as well as adding a much higher expire date - though could be much more effective (but also error prone) due to the session id.

7921 07/23/2007 12:15 am David M

validation

7900 07/17/2007 06:08 pm Meik Sievertsen

it has been decided amongst the team that using glob() is bad practice, after determining the overall usage among projects as well as the security history of the function.

7884 07/14/2007 05:44 pm Meik Sievertsen

a bunch of fixes

7863 07/10/2007 07:36 pm Meik Sievertsen

more failsafe "glob()" method.

7736 06/09/2007 01:11 pm Meik Sievertsen

ok, mess around with the templates + fixing some bugs + adjusting headers for those files already modified to circumvent conflicts for those having their editor set to remove trailing spaces (not recommended!)

7685 05/26/2007 04:23 pm Nils Adermann

- Send stylesheet in style.php even without a valid session id [Bug #11531]
- request_var should strictly return the requested number of dimensions
- corrected a character mapping in the search indexing character list, people might want to reindex after this change if they use fulltext_native

7654 05/20/2007 04:32 pm Nils Adermann

- style.php uses default language fallback for the imageset like session.php now
- style.php removes placeholders for non-existant images instead of leaving them alone
- automatically try to load a localised part of an imageset if the folder exists and no images for that language were found in the database, thanks PhilippK

7523 05/10/2007 04:12 pm Meik Sievertsen

also recache if theme_data is empty.

7500 05/07/2007 05:57 pm Meik Sievertsen

implement change style check suggested by code reader.

7475 05/05/2007 07:59 pm David M

#10497

7452 05/02/2007 11:08 pm Meik Sievertsen

some tiny changes

7430 04/30/2007 12:59 pm Henry Sudhof

Better this way.

7384 04/22/2007 05:27 pm Meik Sievertsen

#10005, #10003, #10001, #9999, #9945, #9965, #9909, #9906, #9877, #9861, #9831, #9830, #9815, #9665, #9624

prosilver adjustments for important announcements in ucp - #9995
MCP fixes for user notes/warnings - #9981
Preserving imageset values on save/edit
find a member link for Mass PM's - #9925...

7364 04/16/2007 01:27 pm David M

typo

7363 04/16/2007 03:49 am David M

must stop injecting debug code... :P

7362 04/16/2007 03:30 am David M

#9879

7308 04/09/2007 07:10 am David M

- Firebird is people too! (Firebird works again)
- small style.php bug

7304 04/08/2007 07:40 pm David M

- overhaul of imagesets
imagesets are now "intelligently" multilingual, one may use imagesets inside of CSS files now (as well as properties like the width and height of an imageset's image)
all previous styles should change their imageset.cfg to be like prosilver and subsilver2 (notice how there is now an imageset.cfg in the /en folder, there should be one for each language)

7214 03/22/2007 01:59 am David M

#5205

7010 02/19/2007 05:15 am David M

- forgot a few places :P

6734 12/10/2006 12:52 am David M

- tiny bit of sunshine :D

6447 10/06/2006 08:43 pm Meik Sievertsen

- support re-caching of theme data if stylesheet.css changed and load_tplcompile enabled
- mcp fixes
- fixed some usability issues

6254 08/08/2006 09:02 pm Nils Adermann

- 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 07/07/2006 10:38 pm Nils Adermann

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

6048 06/11/2006 08:13 pm Meik Sievertsen

- 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 06/06/2006 10:53 pm Meik Sievertsen

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 06/04/2006 12:19 am Nils Adermann

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

5953 05/21/2006 01:56 am Nils Adermann

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

5883 05/05/2006 07:56 pm Meik Sievertsen

- some adjustements for phpdocumentor

5422 01/04/2006 07:37 am David M

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

5388 12/28/2005 06:35 pm Meik Sievertsen

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

5372 12/22/2005 05:28 pm Meik Sievertsen

- 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 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 12/11/2005 11:14 pm subblue

theme_name field missing from the query getting the database style content

5257 10/04/2005 11:47 pm Meik Sievertsen

dumdidum

5255 10/04/2005 11:39 pm Meik Sievertsen

- some bugfixes

5199 08/19/2005 12:48 pm Meik Sievertsen

- add ability to limit search to groups

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)

5068 01/20/2005 09:57 pm Meik Sievertsen

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

4473 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 08/11/2003 11:45 pm ludovic_arnaud

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

4374 08/11/2003 03:12 am psotfx

Update for acm parameter change

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

4322 07/24/2003 12:54 pm psotfx

It's going to be one of those days ...

4321 07/24/2003 12:52 pm psotfx

Generate stylesheet from DB on the fly