aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/constants.php
Commit message (Collapse)AuthorAgeFilesLines
* - install style and style elementsMeik Sievertsen2006-01-021-1/+0
| | | | | | | - refresh template and style cache git-svn-id: file:///svn/phpbb/trunk@5416 89ea8834-ac86-4346-8a33-228a782c2dd0
* Initial commit of files related to the warning systemGraham Eames2005-12-101-0/+1
| | | | | | | | As the comments suggest, it's not finished but I'm getting it in before I do things to my machine git-svn-id: file:///svn/phpbb/trunk@5324 89ea8834-ac86-4346-8a33-228a782c2dd0
* - updated topic tracking codeMeik Sievertsen2005-10-191-1/+2
| | | | | | | | | - additional changes (mostly bugfixes) - bart, if you update your user table with the user_lastmark field, set it to the user_lastvisit value ;) - and last but not least, introducing some bugs in ucp main front (regarding topic tracking) git-svn-id: file:///svn/phpbb/trunk@5272 89ea8834-ac86-4346-8a33-228a782c2dd0
* - re-add constants.php for easier moddingMeik Sievertsen2005-10-021-0/+185
| | | | git-svn-id: file:///svn/phpbb/trunk@5239 89ea8834-ac86-4346-8a33-228a782c2dd0
* Gone but not forgotten ... what's not forgotten? who said that? shut up PaulPaul S. Owen2002-07-141-182/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@2672 89ea8834-ac86-4346-8a33-228a782c2dd0
* Forum watch stuff ... just copied the topic watch stuff and thus needs ↵Paul S. Owen2002-04-201-0/+1
| | | | | | reviewing inline with everything else ... but something needed to be added to 2.1 :) git-svn-id: file:///svn/phpbb/trunk@2536 89ea8834-ac86-4346-8a33-228a782c2dd0
* Switch off DEBUG mode ... will have to ask users to enable this in some ↵Paul S. Owen2002-04-041-3/+3
| | | | | | cases during bug reporting but this will prevent piles of SQL being output in a few unecessary places git-svn-id: file:///svn/phpbb/trunk@2482 89ea8834-ac86-4346-8a33-228a782c2dd0
* Ok this is just me being anal again... No code changes, just file headers..the_systech2002-04-021-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@2467 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updates to overcome security issue + updates of various functions, initial ↵Paul S. Owen2002-03-181-0/+5
| | | | | | version of profile registration include ... not completed but should be functional for obvious reasons(!) git-svn-id: file:///svn/phpbb/trunk@2304 89ea8834-ac86-4346-8a33-228a782c2dd0
* Further privmsg constantPaul S. Owen2002-02-161-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2172 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix defines for warningsPaul S. Owen2002-01-251-82/+82
| | | | git-svn-id: file:///svn/phpbb/trunk@1937 89ea8834-ac86-4346-8a33-228a782c2dd0
* Add MOD user_level ... not terribly 'clean' with the permissions setup but ↵Paul S. Owen2002-01-131-0/+2
| | | | | | allows simple implementation of 'global' mod needs git-svn-id: file:///svn/phpbb/trunk@1857 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added URL constant for categoriesPaul S. Owen2001-12-241-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1678 89ea8834-ac86-4346-8a33-228a782c2dd0
* Altered for constant table namesPaul S. Owen2001-11-091-5/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@1297 89ea8834-ac86-4346-8a33-228a782c2dd0
* Group control panel updates and mods + hidden group abilityPaul S. Owen2001-11-031-9/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@1268 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed various issues and bugsPaul S. Owen2001-11-031-2/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1260 89ea8834-ac86-4346-8a33-228a782c2dd0
* Not sure what a TALBE is..hehJames Atkinson2001-10-251-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1246 89ea8834-ac86-4346-8a33-228a782c2dd0
* A little over half done the styles adminJames Atkinson2001-10-251-0/+1
| | | | | | | | Can do: Add new themes from cfg file, export theme data to cfg file, remove themes Cannot do: Created or edit themes git-svn-id: file:///svn/phpbb/trunk@1244 89ea8834-ac86-4346-8a33-228a782c2dd0
* Preliminary avatar gallery supportPaul S. Owen2001-10-111-1/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@1173 89ea8834-ac86-4346-8a33-228a782c2dd0
* Forgot to ftp again ...Paul S. Owen2001-09-251-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1085 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updated and fixed various issues, see post in developers forum for infoPaul S. Owen2001-09-251-0/+7
| | | | git-svn-id: file:///svn/phpbb/trunk@1083 89ea8834-ac86-4346-8a33-228a782c2dd0
* Removed some trailing newlinesBart van Bragt2001-09-091-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1016 89ea8834-ac86-4346-8a33-228a782c2dd0
* Altered layout of phpbb_config tableBart van Bragt2001-09-081-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@1010 89ea8834-ac86-4346-8a33-228a782c2dd0
* Numerous updates and additions for polling and assorted fixes ... or bugs, ↵Paul S. Owen2001-09-061-2/+17
| | | | | | whichever they turn out to be git-svn-id: file:///svn/phpbb/trunk@987 89ea8834-ac86-4346-8a33-228a782c2dd0
* Re-added GPL disclaimersJames Atkinson2001-08-301-0/+9
| | | | git-svn-id: file:///svn/phpbb/trunk@943 89ea8834-ac86-4346-8a33-228a782c2dd0
* Modified header commentsPaul S. Owen2001-08-261-12/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@933 89ea8834-ac86-4346-8a33-228a782c2dd0
* A few changes to topic moving. TOPIC_MOVE constant gets set to the ↵James Atkinson2001-08-141-3/+5
| | | | | | topic_status field so that moved topics don't 'stick' at the top of viewforum. Also, added topic_moved_id field to store the ID that the topic moves to. git-svn-id: file:///svn/phpbb/trunk@877 89ea8834-ac86-4346-8a33-228a782c2dd0
* Topic notification ... initial stuffPaul S. Owen2001-08-141-0/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@864 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added move topic constantsgpolins2001-08-131-1/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@854 89ea8834-ac86-4346-8a33-228a782c2dd0
* Forum locking now implemented + some updates for future functionalityPaul S. Owen2001-07-241-1/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@748 89ea8834-ac86-4346-8a33-228a782c2dd0
* A demo of some Group CP functionalityPaul S. Owen2001-07-131-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@658 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updates related to message.php and transaction updatePaul S. Owen2001-07-031-12/+14
| | | | git-svn-id: file:///svn/phpbb/trunk@547 89ea8834-ac86-4346-8a33-228a782c2dd0
* Spot the mess upsPaul S. Owen2001-07-031-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@544 89ea8834-ac86-4346-8a33-228a782c2dd0
* Update for messages.phpPaul S. Owen2001-07-031-2/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@542 89ea8834-ac86-4346-8a33-228a782c2dd0
* added auto_prunethe_systech2001-06-191-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@516 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed spelling error in ANNOUNCEMENT which in caused an incorrect check to occurPaul S. Owen2001-06-161-5/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@503 89ea8834-ac86-4346-8a33-228a782c2dd0
* Latest modsPaul S. Owen2001-06-121-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@476 89ea8834-ac86-4346-8a33-228a782c2dd0
* Some privmsg updatesPaul S. Owen2001-06-111-1/+8
| | | | git-svn-id: file:///svn/phpbb/trunk@453 89ea8834-ac86-4346-8a33-228a782c2dd0
* Forum level annoucements and sticky topics are done.James Atkinson2001-06-071-0/+7
| | | | | | | Added topic_type field to the topics database in order to handle ordering. Would have used topic_status but that would have messed up the ordering when topics were locked git-svn-id: file:///svn/phpbb/trunk@437 89ea8834-ac86-4346-8a33-228a782c2dd0
* Reduced auth code size and added some more auth typesPaul S. Owen2001-06-061-11/+13
| | | | git-svn-id: file:///svn/phpbb/trunk@435 89ea8834-ac86-4346-8a33-228a782c2dd0
* I taught I taw a puty tatPaul S. Owen2001-06-051-10/+10
| | | | git-svn-id: file:///svn/phpbb/trunk@433 89ea8834-ac86-4346-8a33-228a782c2dd0
* More changes ... admin level now set in phpbb_users rather than via auth systemPaul S. Owen2001-05-311-30/+24
| | | | git-svn-id: file:///svn/phpbb/trunk@397 89ea8834-ac86-4346-8a33-228a782c2dd0
* Auth Stage-1 goes inPaul S. Owen2001-05-301-3/+26
| | | | git-svn-id: file:///svn/phpbb/trunk@377 89ea8834-ac86-4346-8a33-228a782c2dd0
* Lots of work on posting. New topic and reply functionality is mostly done. ↵James Atkinson2001-05-261-0/+1
| | | | | | | | | Edit post loads the form but needs database functionality All this is only been tested on Postgres, donno if it works as well on MySQL yet, will test when I can get access to sourceforge again git-svn-id: file:///svn/phpbb/trunk@328 89ea8834-ac86-4346-8a33-228a782c2dd0
* Additions for session code updatePaul S. Owen2001-05-061-1/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@253 89ea8834-ac86-4346-8a33-228a782c2dd0
* An extra TABLES constant for possible multiple autologin keysPaul S. Owen2001-05-021-3/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@233 89ea8834-ac86-4346-8a33-228a782c2dd0
* Most of profile and registration doneJames Atkinson2001-04-181-20/+21
| | | | git-svn-id: file:///svn/phpbb/trunk@171 89ea8834-ac86-4346-8a33-228a782c2dd0
* Session code updatesPaul S. Owen2001-04-151-0/+10
| | | | git-svn-id: file:///svn/phpbb/trunk@143 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changes related to session code updatesPaul S. Owen2001-03-211-1/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@122 89ea8834-ac86-4346-8a33-228a782c2dd0
* Corrected for proper English spellingPaul S. Owen2001-03-191-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@107 89ea8834-ac86-4346-8a33-228a782c2dd0