aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/admin/admin_smilies.php
Commit message (Collapse)AuthorAgeFilesLines
* Well, here are all my changes ... don't blame me if things break :DPaul S. Owen2002-10-041-12/+12
| | | | git-svn-id: file:///svn/phpbb/trunk@2923 89ea8834-ac86-4346-8a33-228a782c2dd0
* Preimplementation of smilies order, "smilies" changed into "emoticons" as ↵Ludovic Arnaud2002-09-191-21/+145
| | | | | | per Bart comment and sql_query_array() fixed to allow FALSE values git-svn-id: file:///svn/phpbb/trunk@2893 89ea8834-ac86-4346-8a33-228a782c2dd0
* New smilies admin, a bug fixed in mysql.php and a left join removed from ↵Ludovic Arnaud2002-09-181-268/+282
| | | | | | admin_forums.php git-svn-id: file:///svn/phpbb/trunk@2891 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various updatesPaul S. Owen2002-08-031-21/+21
| | | | git-svn-id: file:///svn/phpbb/trunk@2816 89ea8834-ac86-4346-8a33-228a782c2dd0
* Some implementation of hard coded HTMLPaul S. Owen2002-07-301-257/+179
| | | | git-svn-id: file:///svn/phpbb/trunk@2795 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various updates + search indexing prelim stuff ... hosts will hate this version!Paul S. Owen2002-07-251-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2735 89ea8834-ac86-4346-8a33-228a782c2dd0
* Minor changesPaul S. Owen2002-07-161-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2686 89ea8834-ac86-4346-8a33-228a782c2dd0
* Change form method to post for basic operations.Paul S. Owen2002-03-241-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@2419 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix problem with user_admin not showing correct status for certain settings ↵Paul S. Owen2002-03-221-3/+3
| | | | | | + switch to same include series as main files git-svn-id: file:///svn/phpbb/trunk@2397 89ea8834-ac86-4346-8a33-228a782c2dd0
* Security updates + a few updates for chopped up functions compatibilityPaul S. Owen2002-03-181-0/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@2310 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix for bug #505883the_systech2002-01-241-2/+24
| | | | git-svn-id: file:///svn/phpbb/trunk@1936 89ea8834-ac86-4346-8a33-228a782c2dd0
* Change setmodules == 1 to !empty($setmodules), stop it complaining if it ↵Paul S. Owen2002-01-241-1/+1
| | | | | | isn't set ... can someone do this for userauth, my copy is modified at present git-svn-id: file:///svn/phpbb/trunk@1928 89ea8834-ac86-4346-8a33-228a782c2dd0
* Guess what? ... yep, it's those \' againPaul S. Owen2001-12-241-15/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@1688 89ea8834-ac86-4346-8a33-228a782c2dd0
* Likely fix for bug #482308Paul S. Owen2001-11-201-2/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@1388 89ea8834-ac86-4346-8a33-228a782c2dd0
* Yep, you guess it some more lang updates + cleanupsPaul S. Owen2001-11-191-378/+363
| | | | git-svn-id: file:///svn/phpbb/trunk@1379 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed it back to is_null, using empty just created a much larger problem ↵James Atkinson2001-11-171-1/+1
| | | | | | (parse error!) git-svn-id: file:///svn/phpbb/trunk@1344 89ea8834-ac86-4346-8a33-228a782c2dd0
* Possible bugfix for admin_smilies.php.dougk_ff72001-11-171-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1343 89ea8834-ac86-4346-8a33-228a782c2dd0
* Bugfixs... Darn those bugs... Where's an exterminator when you need one?the_systech2001-11-121-4/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@1304 89ea8834-ac86-4346-8a33-228a782c2dd0
* Adding capability for "smiley packs" import/exportthe_systech2001-11-071-4/+200
| | | | git-svn-id: file:///svn/phpbb/trunk@1286 89ea8834-ac86-4346-8a33-228a782c2dd0
* Quick BugFixthe_systech2001-11-011-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@1254 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various updates, cleanups and support for URI based sessions ... more to ↵Paul S. Owen2001-10-141-42/+45
| | | | | | come at some point git-svn-id: file:///svn/phpbb/trunk@1179 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added theme row colour/class supportPaul S. Owen2001-09-151-1/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@1046 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updated various internal code, altered some template var names, etc.Paul S. Owen2001-09-011-105/+130
| | | | git-svn-id: file:///svn/phpbb/trunk@964 89ea8834-ac86-4346-8a33-228a782c2dd0
* Re-added GPL disclaimersJames Atkinson2001-08-301-20/+29
| | | | git-svn-id: file:///svn/phpbb/trunk@943 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix so that it doesn't get directory names, only filenames when looking for ↵the_systech2001-08-281-1/+1
| | | | | | smiley images (ie CVS) git-svn-id: file:///svn/phpbb/trunk@939 89ea8834-ac86-4346-8a33-228a782c2dd0
* Change smiley select code in admin... Uses javascript in Template (good/bad?)the_systech2001-08-281-3/+33
| | | | git-svn-id: file:///svn/phpbb/trunk@938 89ea8834-ac86-4346-8a33-228a782c2dd0
* Modified header commentsPaul S. Owen2001-08-261-10/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@935 89ea8834-ac86-4346-8a33-228a782c2dd0
* Change to reflect path change ... the path could perhaps end up in the ↵Paul S. Owen2001-08-091-16/+21
| | | | | | template config file ... git-svn-id: file:///svn/phpbb/trunk@825 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changes to enable Smiliesthe_systech2001-08-081-0/+275
git-svn-id: file:///svn/phpbb/trunk@819 89ea8834-ac86-4346-8a33-228a782c2dd0