History | View | Annotate | Download (7.7 kB)
3.0.2-RC2 released
#25805
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)
#s24575
Hiding everywhere little buggers, eh?
- [Fix] Set correct error reporting in style.php to avoid blank pages after CSS changes (Bug #23885)
#16865
This commit was manufactured by cvs2svn to create branch 'phpBB-3_0_0'.
again... ie6 is still not behaving correctly... the pragma header invalidates the content. I hope this is really the cause now. :/
very tiny adjustements...
- IE6 is not able to correctly cope with gzip compression- hopefully fixed the rtl icon issue in FF without breaking ltr display.
some bugs fixed
do not get too excited
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.
validation
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.
a bunch of fixes
more failsafe "glob()" method.
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!)
- 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
- 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
also recache if theme_data is empty.
implement change style check suggested by code reader.
#10497
some tiny changes
Better this way.
#10005, #10003, #10001, #9999, #9945, #9965, #9909, #9906, #9877, #9861, #9831, #9830, #9815, #9665, #9624
prosilver adjustments for important announcements in ucp - #9995MCP fixes for user notes/warnings - #9981Preserving imageset values on save/editfind a member link for Mass PM's - #9925...
typo
must stop injecting debug code... :P
#9879
- Firebird is people too! (Firebird works again)- small style.php bug
- overhaul of imagesetsimagesets 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)
#5205
- forgot a few places :P
- tiny bit of sunshine :D
- support re-caching of theme data if stylesheet.css changed and load_tplcompile enabled- mcp fixes- fixed some usability issues
- 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
- fix a stupid bug in style.php- and we'd also like the post encoding :D
- 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
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.
- 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...
- added a theme editor- some adjustments in acp_styles.php- fixed storing themes in db (needs revisiting)
- some adjustements for phpdocumentor
- 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()...
- some changes to browser checking (was the reason for not working logins)- partly working style acp- other tiny changes here and there
- 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.
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
theme_name field missing from the query getting the database style content
dumdidum
- some bugfixes
- add ability to limit search to groups
- 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)
- bugfixes- default sort options for posts too- adjusted format_date to remove the (time intensive) preg_ calls- temporary style.php code.
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
Taken out the $db var from acm classes for consistency with other classes
Update for acm parameter change
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
It's going to be one of those days ...
Generate stylesheet from DB on the fly