aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm
Commit message (Collapse)AuthorAgeFilesLines
...
* value in wrong placePaul S. Owen2004-02-271-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4842 89ea8834-ac86-4346-8a33-228a782c2dd0
* Group and other updatesPaul S. Owen2004-02-261-871/+1047
| | | | git-svn-id: file:///svn/phpbb/trunk@4841 89ea8834-ac86-4346-8a33-228a782c2dd0
* oopsiePaul S. Owen2004-02-231-1/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@4839 89ea8834-ac86-4346-8a33-228a782c2dd0
* - put consoring and smilie processing into functions (we use them all over ↵Meik Sievertsen2004-02-213-109/+81
| | | | | | | | | | | the place) for better changing and consistency. - changed docs/AUTHORS to reflect the recent code re-use in functions_messenger.php - pleasing the users a little bit more by using table constants. :D - login box if "mode" is not allowed -> posting (thought about trigger_error integration, but we do not need this that often). git-svn-id: file:///svn/phpbb/trunk@4836 89ea8834-ac86-4346-8a33-228a782c2dd0
* removed message type from message parserMeik Sievertsen2004-02-152-6/+3
| | | | | | | | | assign message if specified parse/decode html if enabled validate url git-svn-id: file:///svn/phpbb/trunk@4834 89ea8834-ac86-4346-8a33-228a782c2dd0
* added attachments to user acpMeik Sievertsen2004-02-153-20/+147
| | | | | | | | fixed typo in stylesheet.css added a.th class to admin css git-svn-id: file:///svn/phpbb/trunk@4833 89ea8834-ac86-4346-8a33-228a782c2dd0
* Minor fixes for user feedbackPaul S. Owen2004-02-121-9/+93
| | | | git-svn-id: file:///svn/phpbb/trunk@4830 89ea8834-ac86-4346-8a33-228a782c2dd0
* Profile, prefs, feedbackPaul S. Owen2004-02-114-53/+657
| | | | git-svn-id: file:///svn/phpbb/trunk@4827 89ea8834-ac86-4346-8a33-228a782c2dd0
* profile/prefsPaul S. Owen2004-02-101-58/+298
| | | | git-svn-id: file:///svn/phpbb/trunk@4823 89ea8834-ac86-4346-8a33-228a782c2dd0
* inline attachment capability...Meik Sievertsen2004-02-081-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@4819 89ea8834-ac86-4346-8a33-228a782c2dd0
* Overview "complete"Paul S. Owen2004-02-081-56/+15
| | | | git-svn-id: file:///svn/phpbb/trunk@4812 89ea8834-ac86-4346-8a33-228a782c2dd0
* Do not offer email based user confirmation when email is disabledPaul S. Owen2004-02-081-17/+17
| | | | git-svn-id: file:///svn/phpbb/trunk@4809 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updated for user_ban/unban functionPaul S. Owen2004-02-081-368/+56
| | | | git-svn-id: file:///svn/phpbb/trunk@4808 89ea8834-ac86-4346-8a33-228a782c2dd0
* "Overview" functionality ... couple of issues, couple unfinished areas ... ↵Paul S. Owen2004-02-081-118/+509
| | | | | | topics where user has posted not resyncing correctly when moving posts git-svn-id: file:///svn/phpbb/trunk@4807 89ea8834-ac86-4346-8a33-228a782c2dd0
* some small changes to mailing again (to better cope with invalid email ↵Meik Sievertsen2004-02-071-15/+12
| | | | | | addresses) git-svn-id: file:///svn/phpbb/trunk@4805 89ea8834-ac86-4346-8a33-228a782c2dd0
* Some re-arrangement of optionsPaul S. Owen2004-02-051-104/+115
| | | | git-svn-id: file:///svn/phpbb/trunk@4794 89ea8834-ac86-4346-8a33-228a782c2dd0
* Scrap transport capability in 2.2.0Paul S. Owen2004-02-031-59/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@4789 89ea8834-ac86-4346-8a33-228a782c2dd0
* bah ... went the sheepPaul S. Owen2004-02-031-40/+40
| | | | git-svn-id: file:///svn/phpbb/trunk@4787 89ea8834-ac86-4346-8a33-228a782c2dd0
* Minor updatePaul S. Owen2004-02-031-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4782 89ea8834-ac86-4346-8a33-228a782c2dd0
* Add confirmation functionPaul S. Owen2004-02-031-2/+77
| | | | git-svn-id: file:///svn/phpbb/trunk@4781 89ea8834-ac86-4346-8a33-228a782c2dd0
* Further group work ... nearly there ... still some consistency and other issues.Paul S. Owen2004-02-031-96/+184
| | | | git-svn-id: file:///svn/phpbb/trunk@4780 89ea8834-ac86-4346-8a33-228a782c2dd0
* send mass mail immediatlyMeik Sievertsen2004-02-011-4/+30
| | | | | | | | mail priority setting added log session (see Note) git-svn-id: file:///svn/phpbb/trunk@4777 89ea8834-ac86-4346-8a33-228a782c2dd0
* utilize the advantages of bcc... we have a hard limit of 50 recipients here, ↵Meik Sievertsen2004-01-311-33/+62
| | | | | | if the same language and notify method is used (if the case of only one recipient is given the bcc method will be not used). git-svn-id: file:///svn/phpbb/trunk@4776 89ea8834-ac86-4346-8a33-228a782c2dd0
* more authentication methods to choose between (SMTP). Added pop-before-smtp too.Meik Sievertsen2004-01-312-10/+19
| | | | git-svn-id: file:///svn/phpbb/trunk@4771 89ea8834-ac86-4346-8a33-228a782c2dd0
* fixed: allow/disallow smilies board-wide settingMeik Sievertsen2004-01-251-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4763 89ea8834-ac86-4346-8a33-228a782c2dd0
* custom profile fields.Meik Sievertsen2004-01-101-0/+1033
| | | | | | | | Not finished, committed to let us discuss about the next steps -> BartVB git-svn-id: file:///svn/phpbb/trunk@4740 89ea8834-ac86-4346-8a33-228a782c2dd0
* Some minor fixes for the registration procedureBart van Bragt2004-01-081-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4732 89ea8834-ac86-4346-8a33-228a782c2dd0
* moved attachment settings code back to admin_attachments.phpMeik Sievertsen2003-11-232-558/+561
| | | | git-svn-id: file:///svn/phpbb/trunk@4683 89ea8834-ac86-4346-8a33-228a782c2dd0
* my attempt to break things...Meik Sievertsen2003-11-231-12/+308
| | | | git-svn-id: file:///svn/phpbb/trunk@4682 89ea8834-ac86-4346-8a33-228a782c2dd0
* small typo... who is in need of a new keyboard? ;)Meik Sievertsen2003-11-231-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4681 89ea8834-ac86-4346-8a33-228a782c2dd0
* Finished drafts, one bit is remaining though.Meik Sievertsen2003-11-163-79/+82
| | | | | | | | added file and disk space statistics. some minor changes here and there. git-svn-id: file:///svn/phpbb/trunk@4668 89ea8834-ac86-4346-8a33-228a782c2dd0
* Quick fix for re-ordering problemPaul S. Owen2003-11-131-1/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@4665 89ea8834-ac86-4346-8a33-228a782c2dd0
* gurgle blurp ... make some more changes, blurp, gurgle, move discover_auth ↵Paul S. Owen2003-11-101-25/+51
| | | | | | to auth class as acl_get_list method, blurp gurgle blurp git-svn-id: file:///svn/phpbb/trunk@4661 89ea8834-ac86-4346-8a33-228a782c2dd0
* Some attachment related changes to lang/layoutPaul S. Owen2003-11-061-61/+59
| | | | git-svn-id: file:///svn/phpbb/trunk@4651 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix deletion of all log entries when deleting those of just one, fix js ↵Paul S. Owen2003-11-061-45/+41
| | | | | | issue with mark all git-svn-id: file:///svn/phpbb/trunk@4650 89ea8834-ac86-4346-8a33-228a782c2dd0
* Admin load switch for jumpboxPaul S. Owen2003-11-051-0/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@4643 89ea8834-ac86-4346-8a33-228a782c2dd0
* Very preliminary user admin updatePaul S. Owen2003-11-051-198/+615
| | | | git-svn-id: file:///svn/phpbb/trunk@4642 89ea8834-ac86-4346-8a33-228a782c2dd0
* related to attachmentsMeik Sievertsen2003-11-051-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4641 89ea8834-ac86-4346-8a33-228a782c2dd0
* new permissions, merged attachment tables (the intended purpose of two ↵Meik Sievertsen2003-11-042-13/+7
| | | | | | | | | tables is no longer valid), attachment updates along the merging... Note: please merge your attachment tables (develop dir). git-svn-id: file:///svn/phpbb/trunk@4637 89ea8834-ac86-4346-8a33-228a782c2dd0
* and we see him again...Meik Sievertsen2003-11-011-41/+292
| | | | git-svn-id: file:///svn/phpbb/trunk@4631 89ea8834-ac86-4346-8a33-228a782c2dd0
* ahhhh, they hurt kenny, stop it... stop it.Meik Sievertsen2003-11-011-384/+60
| | | | git-svn-id: file:///svn/phpbb/trunk@4630 89ea8834-ac86-4346-8a33-228a782c2dd0
* fix "not able to reply to announcements" and wrong notify checkbox status.Meik Sievertsen2003-10-281-23/+8
| | | | git-svn-id: file:///svn/phpbb/trunk@4627 89ea8834-ac86-4346-8a33-228a782c2dd0
* Enable group based avatar ... really not sure about the api layout thoughPaul S. Owen2003-10-211-0/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@4622 89ea8834-ac86-4346-8a33-228a782c2dd0
* Enable group based avatar ... really not sure about the api layout thoughPaul S. Owen2003-10-211-31/+95
| | | | git-svn-id: file:///svn/phpbb/trunk@4621 89ea8834-ac86-4346-8a33-228a782c2dd0
* Enable/disable fulltext indexing of a given forumPaul S. Owen2003-10-211-70/+83
| | | | git-svn-id: file:///svn/phpbb/trunk@4620 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix some oopsiesPaul S. Owen2003-10-211-101/+40
| | | | git-svn-id: file:///svn/phpbb/trunk@4619 89ea8834-ac86-4346-8a33-228a782c2dd0
* Select boxes rather than several submit buttons ... must standardise these ↵Paul S. Owen2003-10-211-122/+125
| | | | | | approaches across admin forms git-svn-id: file:///svn/phpbb/trunk@4618 89ea8834-ac86-4346-8a33-228a782c2dd0
* nowrap for thPaul S. Owen2003-10-211-4/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@4617 89ea8834-ac86-4346-8a33-228a782c2dd0
* Lots of hard coded lang strings still to be updatedPaul S. Owen2003-10-211-18/+72
| | | | git-svn-id: file:///svn/phpbb/trunk@4616 89ea8834-ac86-4346-8a33-228a782c2dd0
* bump topic and orphan attachmentsMeik Sievertsen2003-10-192-48/+287
| | | | | | | changes here and there... git-svn-id: file:///svn/phpbb/trunk@4614 89ea8834-ac86-4346-8a33-228a782c2dd0