aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* hmPaul S. Owen2003-07-201-7/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@4300 89ea8834-ac86-4346-8a33-228a782c2dd0
* Styling stuffPaul S. Owen2003-07-201-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4299 89ea8834-ac86-4346-8a33-228a782c2dd0
* Cannot delete if only theme left, select new theme for use by styles that ↵Paul S. Owen2003-07-201-0/+26
| | | | | | use this git-svn-id: file:///svn/phpbb/trunk@4298 89ea8834-ac86-4346-8a33-228a782c2dd0
* Styling stuffPaul S. Owen2003-07-201-0/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@4297 89ea8834-ac86-4346-8a33-228a782c2dd0
* Delete theme ... be careful! Doesn't currently do any checks to ensure it's ↵Paul S. Owen2003-07-201-21/+123
| | | | | | not the only theme, or to alter any styles using this theme ... git-svn-id: file:///svn/phpbb/trunk@4296 89ea8834-ac86-4346-8a33-228a782c2dd0
* Styling stuffPaul S. Owen2003-07-201-34/+8
| | | | git-svn-id: file:///svn/phpbb/trunk@4295 89ea8834-ac86-4346-8a33-228a782c2dd0
* store or downloadPaul S. Owen2003-07-201-26/+114
| | | | git-svn-id: file:///svn/phpbb/trunk@4294 89ea8834-ac86-4346-8a33-228a782c2dd0
* This will dump out a DB stored stylesheet, also adds cfg filePaul S. Owen2003-07-201-8/+21
| | | | git-svn-id: file:///svn/phpbb/trunk@4292 89ea8834-ac86-4346-8a33-228a782c2dd0
* Ignore given list of filesPaul S. Owen2003-07-201-1/+8
| | | | git-svn-id: file:///svn/phpbb/trunk@4291 89ea8834-ac86-4346-8a33-228a782c2dd0
* Styling stuffPaul S. Owen2003-07-201-2/+7
| | | | git-svn-id: file:///svn/phpbb/trunk@4290 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updates for changes to filelist()Paul S. Owen2003-07-203-30/+39
| | | | git-svn-id: file:///svn/phpbb/trunk@4289 89ea8834-ac86-4346-8a33-228a782c2dd0
* More updates, can "export" a theme ... only as zip at present and with ↵Paul S. Owen2003-07-201-47/+193
| | | | | | limitations ... make sure your store directory can be written to by server git-svn-id: file:///svn/phpbb/trunk@4288 89ea8834-ac86-4346-8a33-228a782c2dd0
* Compression/decompression "libs" and a change to filelistPaul S. Owen2003-07-202-4/+2181
| | | | git-svn-id: file:///svn/phpbb/trunk@4287 89ea8834-ac86-4346-8a33-228a782c2dd0
* store directory checkPaul S. Owen2003-07-201-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4286 89ea8834-ac86-4346-8a33-228a782c2dd0
* This is where we can dump non-cache related files, e.g. database backups, ↵Paul S. Owen2003-07-201-0/+4
| | | | | | styling output, etc. ... potentially we could also use it for upload/tmp work git-svn-id: file:///svn/phpbb/trunk@4285 89ea8834-ac86-4346-8a33-228a782c2dd0
* oopsPaul S. Owen2003-07-181-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4283 89ea8834-ac86-4346-8a33-228a782c2dd0
* New theme function, edit theme details ... I'm really beginning to dislike ↵Paul S. Owen2003-07-182-291/+446
| | | | | | styles, and safe mode is just well, worse than I remember on 2.0.x :D git-svn-id: file:///svn/phpbb/trunk@4282 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changes to styles table ... themes in this case, storedb, boolean flag for ↵Paul S. Owen2003-07-181-4/+5
| | | | | | whether style was stored in the DB or on the FS git-svn-id: file:///svn/phpbb/trunk@4281 89ea8834-ac86-4346-8a33-228a782c2dd0
* Don't be so noseyPaul S. Owen2003-07-181-0/+7
| | | | git-svn-id: file:///svn/phpbb/trunk@4279 89ea8834-ac86-4346-8a33-228a782c2dd0
* oop, guess I didn't commit this ...Paul S. Owen2003-07-181-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4278 89ea8834-ac86-4346-8a33-228a782c2dd0
* must stop playingPaul S. Owen2003-07-172-2/+112
| | | | git-svn-id: file:///svn/phpbb/trunk@4277 89ea8834-ac86-4346-8a33-228a782c2dd0
* Template cache clearingPaul S. Owen2003-07-171-71/+177
| | | | git-svn-id: file:///svn/phpbb/trunk@4276 89ea8834-ac86-4346-8a33-228a782c2dd0
* Style stuffPaul S. Owen2003-07-171-0/+13
| | | | git-svn-id: file:///svn/phpbb/trunk@4275 89ea8834-ac86-4346-8a33-228a782c2dd0
* a few manage/pref type testsPaul S. Owen2003-07-171-205/+160
| | | | git-svn-id: file:///svn/phpbb/trunk@4274 89ea8834-ac86-4346-8a33-228a782c2dd0
* Remove subfolder storage of templates ... a safe-mode thang, you can delete ↵Paul S. Owen2003-07-173-21/+17
| | | | | | any existing cache/templates folder git-svn-id: file:///svn/phpbb/trunk@4273 89ea8834-ac86-4346-8a33-228a782c2dd0
* The moron has left the buildingPaul S. Owen2003-07-161-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@4272 89ea8834-ac86-4346-8a33-228a782c2dd0
* mainoption/liteoption -> btnmain/btnlitePaul S. Owen2003-07-1619-68/+70
| | | | git-svn-id: file:///svn/phpbb/trunk@4271 89ea8834-ac86-4346-8a33-228a782c2dd0
* index on session_user_idPaul S. Owen2003-07-161-1/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@4270 89ea8834-ac86-4346-8a33-228a782c2dd0
* Online tracking img load switchPaul S. Owen2003-07-163-54/+194
| | | | git-svn-id: file:///svn/phpbb/trunk@4269 89ea8834-ac86-4346-8a33-228a782c2dd0
* last play for tonightPaul S. Owen2003-07-151-68/+156
| | | | git-svn-id: file:///svn/phpbb/trunk@4268 89ea8834-ac86-4346-8a33-228a782c2dd0
* small stat_username fix... sometimes the last poster name was not displayed ↵Meik Sievertsen2003-07-151-1/+1
| | | | | | correctly, this commit will fix this hopefully. hmm... have to think about a cleaner method of handling anonymous users... git-svn-id: file:///svn/phpbb/trunk@4267 89ea8834-ac86-4346-8a33-228a782c2dd0
* Some basic imageset editing stuff ... doesn't actually "do" anything yet ... ↵Paul S. Owen2003-07-151-97/+165
| | | | | | just testing out layouts, etc. git-svn-id: file:///svn/phpbb/trunk@4266 89ea8834-ac86-4346-8a33-228a782c2dd0
* Couple more little updatesPaul S. Owen2003-07-151-1/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@4265 89ea8834-ac86-4346-8a33-228a782c2dd0
* pass by reference changePaul S. Owen2003-07-141-5/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@4264 89ea8834-ac86-4346-8a33-228a782c2dd0
* tiny weeny ickle bittle changesPaul S. Owen2003-07-141-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@4263 89ea8834-ac86-4346-8a33-228a782c2dd0
* Re-arrange auth and setup calls ... needs to be repeated for all major scriptsPaul S. Owen2003-07-144-15/+19
| | | | git-svn-id: file:///svn/phpbb/trunk@4262 89ea8834-ac86-4346-8a33-228a782c2dd0
* Re-arrange auth and setup calls ... needs to be repeated for all major scriptsPaul S. Owen2003-07-142-4/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@4261 89ea8834-ac86-4346-8a33-228a782c2dd0
* input submit/reset style class name changePaul S. Owen2003-07-141-7/+7
| | | | git-svn-id: file:///svn/phpbb/trunk@4260 89ea8834-ac86-4346-8a33-228a782c2dd0
* Re-arrange auth and setup calls ... needs to be repeated for all major scriptsPaul S. Owen2003-07-141-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@4259 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updated graphicPaul S. Owen2003-07-141-0/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@4258 89ea8834-ac86-4346-8a33-228a782c2dd0
* Missing no_avatar graphicPaul S. Owen2003-07-141-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4257 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix style dataPaul S. Owen2003-07-141-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4256 89ea8834-ac86-4346-8a33-228a782c2dd0
* Add/edit stylesPaul S. Owen2003-07-142-25/+143
| | | | git-svn-id: file:///svn/phpbb/trunk@4255 89ea8834-ac86-4346-8a33-228a782c2dd0
* Couple more little updatesPaul S. Owen2003-07-142-46/+53
| | | | git-svn-id: file:///svn/phpbb/trunk@4254 89ea8834-ac86-4346-8a33-228a782c2dd0
* More styling stuff ... activate, deactivate styles ... deactivated styles ↵Paul S. Owen2003-07-134-19/+30
| | | | | | can still be used in forum/board styling selectors git-svn-id: file:///svn/phpbb/trunk@4253 89ea8834-ac86-4346-8a33-228a782c2dd0
* More styling stuff ... activate, deactivate stylesPaul S. Owen2003-07-131-1/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@4252 89ea8834-ac86-4346-8a33-228a782c2dd0
* Update data for styling schema changes, preview via style admin, styles in ↵Paul S. Owen2003-07-131-35/+32
| | | | | | use by users count, default style feedback git-svn-id: file:///svn/phpbb/trunk@4251 89ea8834-ac86-4346-8a33-228a782c2dd0
* Allow preview of style for user with appropriate rights ... a "cheat" reallyPaul S. Owen2003-07-131-3/+14
| | | | git-svn-id: file:///svn/phpbb/trunk@4250 89ea8834-ac86-4346-8a33-228a782c2dd0
* Update data for styling schema changesPaul S. Owen2003-07-131-3/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@4249 89ea8834-ac86-4346-8a33-228a782c2dd0
* Update data for styling schema changesPaul S. Owen2003-07-131-4/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@4248 89ea8834-ac86-4346-8a33-228a782c2dd0