aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* comment speeling @_@Jonathan Stanley2007-04-091-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7307 89ea8834-ac86-4346-8a33-228a782c2dd0
* Blargh! Continuation of bug #9546 and some initial RTL related stuff. All ↵Jonathan Stanley2007-04-099-135/+141
| | | | | | prosilver images now have dimensions defined and CSS tidied up and refactored such that all localised images will show with their proper dimensions (eg: English imageset, "Locked Topic" and "New PM" had "phantom" white space to their right as clickable area)... which means languages like Turkish and Chinese, which typically have much short language strings can now have more "compact" images... and whatever languages that need 15+ characters for the equivalent of "Post" can now do so without having to shoehorn into a 96px width "big button". git-svn-id: file:///svn/phpbb/trunk@7306 89ea8834-ac86-4346-8a33-228a782c2dd0
* remove debug entries :PDavid M2007-04-082-46/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@7305 89ea8834-ac86-4346-8a33-228a782c2dd0
* - overhaul of imagesetsDavid M2007-04-0821-992/+1398
| | | | | | | | 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) git-svn-id: file:///svn/phpbb/trunk@7304 89ea8834-ac86-4346-8a33-228a782c2dd0
* let approve/disapprove work in post detailsMeik Sievertsen2007-04-083-40/+46
| | | | | | | changed mcp_approve.html for confirm box to use the standard layout for all confirm boxes... git-svn-id: file:///svn/phpbb/trunk@7303 89ea8834-ac86-4346-8a33-228a782c2dd0
* #9659Meik Sievertsen2007-04-083-12/+11
| | | | | | | #9569 git-svn-id: file:///svn/phpbb/trunk@7302 89ea8834-ac86-4346-8a33-228a782c2dd0
* - (x)HTML bugDavid M2007-04-083-0/+120
| | | | | | | - added functionality for MySQL 5.0.37+ (on the community branch), EXPLAIN is now more detailed. To reap full benefits, use *NIX OS. This may or may not stay git-svn-id: file:///svn/phpbb/trunk@7301 89ea8834-ac86-4346-8a33-228a782c2dd0
* I should have sent this in a while ago O_ODavid M2007-04-081-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7300 89ea8834-ac86-4346-8a33-228a782c2dd0
* Backout last change... seems Opera 9.x wants to round non-integer pixels ↵Jonathan Stanley2007-04-072-2/+2
| | | | | | down. Don't want to be getting into esoteric CSS browser filtering rules when not needed. git-svn-id: file:///svn/phpbb/trunk@7299 89ea8834-ac86-4346-8a33-228a782c2dd0
* 0.1px is perfectly valid... stops the 1px-worth of scrollbar "jump" in Gecko ↵Jonathan Stanley2007-04-072-3/+3
| | | | | | browsers :D git-svn-id: file:///svn/phpbb/trunk@7298 89ea8834-ac86-4346-8a33-228a782c2dd0
* Sync prosilver-ACP's feature to prosilver template (vanilla & website)... ↵Jonathan Stanley2007-04-071-0/+3
| | | | | | Always show a scrollbar for short pages - stops the jump when the scrollbar appears, non-ie browsers. git-svn-id: file:///svn/phpbb/trunk@7297 89ea8834-ac86-4346-8a33-228a782c2dd0
* #9674David M2007-04-071-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@7296 89ea8834-ac86-4346-8a33-228a782c2dd0
* *** empty log message ***David M2007-04-071-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7295 89ea8834-ac86-4346-8a33-228a782c2dd0
* #9667David M2007-04-071-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7294 89ea8834-ac86-4346-8a33-228a782c2dd0
* #9662David M2007-04-071-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7293 89ea8834-ac86-4346-8a33-228a782c2dd0
* #8776Jonathan Stanley2007-04-072-13/+7
| | | | | | | | | Numerous minimal test-cases and re-ordering of markup to attempt to get the same effect (way to spend 6 hours... thanks Internet Explorer @_@), it seems IE will randomly destroy the ability of <span>'s with "display: block" to have negative margin when they are children of blocks which have padding. Have removed said padding from the offending parent and change the left-corner image to one that is _5000px_ wide (should cover QHDTV resolutions? :P), which creates the "double-border" effect top and bottom via a kind of a "sliding doors" way. IE7 works now, though there's some weird footer "flicker" when the menu is hovered (IE6 just does this al the while @_@). Better than nothing for now. Alternatively, nuke every PC which has IE installed. @_@ git-svn-id: file:///svn/phpbb/trunk@7292 89ea8834-ac86-4346-8a33-228a782c2dd0
* #8669Dominik Dröscher2007-04-0614-15/+48
| | | | | | | | | | | | | | | | #8745 #8762 #5417 #9525 #9568 #9574 #9577 #9640 #9641 #9644 git-svn-id: file:///svn/phpbb/trunk@7291 89ea8834-ac86-4346-8a33-228a782c2dd0
* #9605David M2007-04-061-4/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@7290 89ea8834-ac86-4346-8a33-228a782c2dd0
* revert this change. It is actually not a bug. We use append_sid on *view* to ↵Meik Sievertsen2007-04-061-5/+1
| | | | | | let relative links correctly work. git-svn-id: file:///svn/phpbb/trunk@7289 89ea8834-ac86-4346-8a33-228a782c2dd0
* add proper die() statements although /develop is never ever shipped with ↵Meik Sievertsen2007-04-067-0/+63
| | | | | | phpBB... git-svn-id: file:///svn/phpbb/trunk@7288 89ea8834-ac86-4346-8a33-228a782c2dd0
* #8784David M2007-04-061-4/+25
| | | | git-svn-id: file:///svn/phpbb/trunk@7287 89ea8834-ac86-4346-8a33-228a782c2dd0
* some fixesMeik Sievertsen2007-04-0611-40/+75
| | | | git-svn-id: file:///svn/phpbb/trunk@7286 89ea8834-ac86-4346-8a33-228a782c2dd0
* ticket #9599 - Nils, please review!Meik Sievertsen2007-04-061-1/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@7285 89ea8834-ac86-4346-8a33-228a782c2dd0
* Backing out previous change, trying to stick to the design as subBlue ↵Jonathan Stanley2007-04-051-6/+3
| | | | | | originally envisaged. :D git-svn-id: file:///svn/phpbb/trunk@7284 89ea8834-ac86-4346-8a33-228a782c2dd0
* #9585David M2007-04-052-2/+13
| | | | git-svn-id: file:///svn/phpbb/trunk@7283 89ea8834-ac86-4346-8a33-228a782c2dd0
* #8689David M2007-04-052-1/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@7282 89ea8834-ac86-4346-8a33-228a782c2dd0
* #9597David M2007-04-051-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7281 89ea8834-ac86-4346-8a33-228a782c2dd0
* #9618David M2007-04-055-6/+9
| | | | git-svn-id: file:///svn/phpbb/trunk@7280 89ea8834-ac86-4346-8a33-228a782c2dd0
* #9601David M2007-04-041-2/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@7279 89ea8834-ac86-4346-8a33-228a782c2dd0
* Thanks Thatbitextra, updated rollover buttons to remove the unneeded 1px ↵Jonathan Stanley2007-04-0321-0/+0
| | | | | | "padding" in-between the two states, to make life a bit easier in fixing bugs #8444 & #9546 git-svn-id: file:///svn/phpbb/trunk@7278 89ea8834-ac86-4346-8a33-228a782c2dd0
* *** empty log message ***David M2007-04-031-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7277 89ea8834-ac86-4346-8a33-228a782c2dd0
* Select All link for khtmlNils Adermann2007-04-031-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7276 89ea8834-ac86-4346-8a33-228a782c2dd0
* #9570David M2007-04-031-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7275 89ea8834-ac86-4346-8a33-228a782c2dd0
* #9558David M2007-04-031-8/+28
| | | | | | | #8702 git-svn-id: file:///svn/phpbb/trunk@7274 89ea8834-ac86-4346-8a33-228a782c2dd0
* #9578David M2007-04-032-1/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@7273 89ea8834-ac86-4346-8a33-228a782c2dd0
* #9562David M2007-04-031-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@7272 89ea8834-ac86-4346-8a33-228a782c2dd0
* All the things you wanted to know about language codes and phpBB i18n/L10n ↵Jonathan Stanley2007-04-021-1/+717
| | | | | | guidelines plus things you didn't even know you didn't know... but was too afraid to ask. :P git-svn-id: file:///svn/phpbb/trunk@7271 89ea8834-ac86-4346-8a33-228a782c2dd0
* #9554David M2007-04-022-22/+28
| | | | git-svn-id: file:///svn/phpbb/trunk@7270 89ea8834-ac86-4346-8a33-228a782c2dd0
* Dur?Jonathan Stanley2007-04-021-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7269 89ea8834-ac86-4346-8a33-228a782c2dd0
* #9530Meik Sievertsen2007-04-021-2/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@7268 89ea8834-ac86-4346-8a33-228a782c2dd0
* #5163Meik Sievertsen2007-04-022-6/+16
| | | | git-svn-id: file:///svn/phpbb/trunk@7267 89ea8834-ac86-4346-8a33-228a782c2dd0
* some fixes...Meik Sievertsen2007-04-0211-14/+25
| | | | git-svn-id: file:///svn/phpbb/trunk@7266 89ea8834-ac86-4346-8a33-228a782c2dd0
* test different colour for these fields?Meik Sievertsen2007-04-021-3/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@7265 89ea8834-ac86-4346-8a33-228a782c2dd0
* Meik forgot to update this one. ;)Jonathan Stanley2007-04-011-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7264 89ea8834-ac86-4346-8a33-228a782c2dd0
* ahhh, there are you. I can see a new haircut... looks good.Meik Sievertsen2007-04-01198-11/+8994
| | | | git-svn-id: file:///svn/phpbb/trunk@7263 89ea8834-ac86-4346-8a33-228a782c2dd0
* huh? no more subsilver? Now i know you so well you want to leave me? bah, go ↵Meik Sievertsen2007-04-01191-8977/+0
| | | | | | away, just go away, you will see what you get by leaving me... i will search for another style wanting to hug me. :P git-svn-id: file:///svn/phpbb/trunk@7262 89ea8834-ac86-4346-8a33-228a782c2dd0
* - urlencoded usernames don't need htmlspecialchars [Bug #8794]Nils Adermann2007-04-019-50/+172
| | | | | | | | | | - fulltext_mysql still used synonyms/ignore words [Bug #5405] - merge tool extend to allow merging complete topics via quickmod and mcp_forum [Bug #5293] - renamed "fork" to "copy" (was already called "copy" in some places) - Copied posts should not increase post count, and should also not decrease it on deletion [Bug #8072] git-svn-id: file:///svn/phpbb/trunk@7261 89ea8834-ac86-4346-8a33-228a782c2dd0
* say hello to prosilver... YAAAYEEEEMeik Sievertsen2007-04-01222-0/+11695
| | | | git-svn-id: file:///svn/phpbb/trunk@7260 89ea8834-ac86-4346-8a33-228a782c2dd0
* *cough*Meik Sievertsen2007-04-011-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7259 89ea8834-ac86-4346-8a33-228a782c2dd0
* some beautifications as well as making sure manually deactivated accounts ↵Meik Sievertsen2007-04-018-16/+46
| | | | | | are properly handled git-svn-id: file:///svn/phpbb/trunk@7258 89ea8834-ac86-4346-8a33-228a782c2dd0