Meik Sievertsen
d80f8d577e
- print memory usage if available
...
git-svn-id: file:///svn/phpbb/trunk@4983 89ea8834-ac86-4346-8a33-228a782c2dd0
2004-09-06 06:23:37 +00:00
Meik Sievertsen
e593bcf3d7
- re-enable polls (user is now able to decide if users are able to change votes if this feature is enabled within the given forum)
...
git-svn-id: file:///svn/phpbb/trunk@4981 89ea8834-ac86-4346-8a33-228a782c2dd0
2004-09-05 15:45:50 +00:00
Meik Sievertsen
57b188b7af
my turn to break the forum (and at least pm's are no longer working - will not last long). HARRRR
...
git-svn-id: file:///svn/phpbb/trunk@4978 89ea8834-ac86-4346-8a33-228a782c2dd0
2004-09-04 19:32:23 +00:00
Paul S. Owen
070cbefa46
This is a mass commit ... expect trouble! Changes made here are primarily to how login is handled, schema changes necessary!
...
git-svn-id: file:///svn/phpbb/trunk@4970 89ea8834-ac86-4346-8a33-228a782c2dd0
2004-09-01 15:47:46 +00:00
Meik Sievertsen
5dcc0a85f8
- fixing some issues with the confirm screen - merging our (the devs) approaches (more fail-safe now)
...
- fixing some small issues...
git-svn-id: file:///svn/phpbb/trunk@4957 89ea8834-ac86-4346-8a33-228a782c2dd0
2004-08-04 19:10:15 +00:00
Meik Sievertsen
05f1315ebb
- remove output buffering options from download.php (not needed anymore)
...
- optimized viewtopic.php a little bit
- removed the create_function (was consuming too much memory) from viewtopic
- check for manually added convert[.exe] program name to imagemagick path in admin_attachments
- reduced filesize checking for imagemagick program (some installations require less than 20k)
- added checked="checked" for "not selected" topic icon
- moved parse_text_display function from functions_posting.php to functions.php (see comment above function)
- check for user_id != ANONYMOUS in page_footer for displaying the administration link (there seems to be a problem checking for global options)
- rewrote attachment thumbnail functions - utilize GD2 functions if available, more uptodate checks...
- changed final thumbnail size calculation
- define S_ROW_COUNT within template class itself
- added SID to template vars in page_header
- added ability to view topic/forum within admin_viewlogs
- added optional acl checking to make_jumpbox, no need to duplicate the function for this small need
- added custom body file for confirm_box
git-svn-id: file:///svn/phpbb/trunk@4920 89ea8834-ac86-4346-8a33-228a782c2dd0
2004-07-08 22:41:04 +00:00
Meik Sievertsen
c2834abfae
- added folder_moved image
...
- new feature: bookmark topics
- fixed post details link
- added confirmation screen to cookie deletion
git-svn-id: file:///svn/phpbb/trunk@4912 89ea8834-ac86-4346-8a33-228a782c2dd0
2004-06-06 21:44:49 +00:00
Meik Sievertsen
2c470e4b27
- added delete cookies link
...
- fixed global announcement links in viewforum
- do not display redirects in link forums as posts in forum overview
git-svn-id: file:///svn/phpbb/trunk@4904 89ea8834-ac86-4346-8a33-228a782c2dd0
2004-05-31 18:00:10 +00:00
Meik Sievertsen
6aa42b69ab
- forum rules + link to forum rules
...
- three new (tiny) functions added to functions_posting responsible for handling text with bbcode/smilies/urls, use them at items all over across phpbb...
- some bugfixes within admin_forums and other files
- new admin_board layout (much safer, security wise)
git-svn-id: file:///svn/phpbb/trunk@4903 89ea8834-ac86-4346-8a33-228a782c2dd0
2004-05-30 19:24:53 +00:00
Meik Sievertsen
88028d3f2a
more updates
...
git-svn-id: file:///svn/phpbb/trunk@4899 89ea8834-ac86-4346-8a33-228a782c2dd0
2004-05-26 20:46:12 +00:00
Meik Sievertsen
729c3abd02
fix some issues with oop, fixing small bugs and prepare the next steps...
...
NOTE TO DEVS: have a look at adm/admin_board.php (new config layout)
git-svn-id: file:///svn/phpbb/trunk@4883 89ea8834-ac86-4346-8a33-228a782c2dd0
2004-05-02 13:06:57 +00:00
Meik Sievertsen
fa36798694
add a little bit more information for style authors
...
ease the jumpbox handling a little bit
git-svn-id: file:///svn/phpbb/trunk@4870 89ea8834-ac86-4346-8a33-228a782c2dd0
2004-03-20 17:06:21 +00:00
Meik Sievertsen
7487bfce48
- check for array [lang]
...
- admin_forums delete routine updated
- added extension groups per forum
git-svn-id: file:///svn/phpbb/trunk@4861 89ea8834-ac86-4346-8a33-228a782c2dd0
2004-03-10 20:30:26 +00:00
Meik Sievertsen
c235dced70
show correct login screen (accessing /adm while logged out)
...
git-svn-id: file:///svn/phpbb/trunk@4860 89ea8834-ac86-4346-8a33-228a782c2dd0
2004-03-06 17:43:32 +00:00
Meik Sievertsen
52cc21864c
splitted language files
...
git-svn-id: file:///svn/phpbb/trunk@4844 89ea8834-ac86-4346-8a33-228a782c2dd0
2004-02-28 21:16:15 +00:00
Meik Sievertsen
7aaf5a67a4
always redirect on login (fixes the "i am not logged in" problem. ;))
...
git-svn-id: file:///svn/phpbb/trunk@4838 89ea8834-ac86-4346-8a33-228a782c2dd0
2004-02-22 10:22:51 +00:00
Meik Sievertsen
c74d2538ec
- put consoring and smilie processing into functions (we use them all over 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
2004-02-21 12:47:35 +00:00
Meik Sievertsen
742f5d4a18
hopefully fixed "mark forums read" -> db based tracking
...
git-svn-id: file:///svn/phpbb/trunk@4804 89ea8834-ac86-4346-8a33-228a782c2dd0
2004-02-07 10:48:35 +00:00
Paul S. Owen
06c37481cc
gen_random_string move ... not entirely sure about this ... may well return to user functions
...
git-svn-id: file:///svn/phpbb/trunk@4785 89ea8834-ac86-4346-8a33-228a782c2dd0
2004-02-03 02:29:35 +00:00
Paul S. Owen
c2f5e580aa
Enable redirect after login
...
git-svn-id: file:///svn/phpbb/trunk@4768 89ea8834-ac86-4346-8a33-228a782c2dd0
2004-01-30 11:48:02 +00:00
Paul S. Owen
bc79bf9652
Mark given set of forums marked, show "Mark forums read" link on subforum display
...
git-svn-id: file:///svn/phpbb/trunk@4757 89ea8834-ac86-4346-8a33-228a782c2dd0
2004-01-12 15:00:09 +00:00
Paul S. Owen
0cf61741e5
hhmm, string cleanup was rather ... broken
...
git-svn-id: file:///svn/phpbb/trunk@4733 89ea8834-ac86-4346-8a33-228a782c2dd0
2004-01-09 11:56:53 +00:00
Paul S. Owen
34607baacd
Minor changes, add new S_USER_LANG template var
...
git-svn-id: file:///svn/phpbb/trunk@4717 89ea8834-ac86-4346-8a33-228a782c2dd0
2004-01-05 11:15:11 +00:00
Paul S. Owen
afc00b0b87
Update ACP linkage
...
git-svn-id: file:///svn/phpbb/trunk@4702 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-12-06 12:45:38 +00:00
Paul S. Owen
74ccfb2ad5
gurgle blurp ... make some more changes, blurp, gurgle, move discover_auth to auth class as acl_get_list method, blurp gurgle blurp
...
git-svn-id: file:///svn/phpbb/trunk@4661 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-11-10 15:03:47 +00:00
Paul S. Owen
eb87d0537a
We're going down, we're going down, blurp, blurp, gurgle, gurgle
...
git-svn-id: file:///svn/phpbb/trunk@4660 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-11-10 14:26:58 +00:00
Paul S. Owen
c5ee8b8c49
Change to discover auth ... this time I think I got it right ... ooohh look @ that pretty iceberg ...
...
git-svn-id: file:///svn/phpbb/trunk@4658 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-11-10 14:19:33 +00:00
Paul S. Owen
dd5120f95e
Finally add deletion of expired sessions from forum access table, remove request_var useage for explain linkage
...
git-svn-id: file:///svn/phpbb/trunk@4655 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-11-08 17:22:04 +00:00
Paul S. Owen
a5ab4cffaa
/me whoopsies all over the floor
...
/me is ashamed
git-svn-id: file:///svn/phpbb/trunk@4645 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-11-05 18:50:12 +00:00
Paul S. Owen
8a05a6b1f8
Admin load switch for jumpbox
...
git-svn-id: file:///svn/phpbb/trunk@4643 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-11-05 18:46:31 +00:00
Meik Sievertsen
88f814a5c5
request_var update to support 2-dimensional arrays.
...
git-svn-id: file:///svn/phpbb/trunk@4636 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-11-04 21:54:40 +00:00
Meik Sievertsen
f79d8a3694
finish bump topic feature...
...
git-svn-id: file:///svn/phpbb/trunk@4634 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-11-01 16:10:21 +00:00
Paul S. Owen
a47fa4d6ca
Remove need for session_ids for "allowed" bots, dump user_founder/user_active in favour of user_type, new user_type, USER_IGNORE
...
git-svn-id: file:///svn/phpbb/trunk@4603 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-10-15 17:43:07 +00:00
Paul S. Owen
bb9cd0f2ba
well, seems putting the queue process in the footer doesn't work on "real boards" where people hit stop constantly on their browser :D
...
git-svn-id: file:///svn/phpbb/trunk@4593 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-10-12 23:34:09 +00:00
Paul S. Owen
eeb4907112
Let's break lots of things
...
git-svn-id: file:///svn/phpbb/trunk@4578 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-10-12 11:59:23 +00:00
Meik Sievertsen
32683fda12
new rule
...
git-svn-id: file:///svn/phpbb/trunk@4571 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-10-12 09:09:58 +00:00
Paul S. Owen
64177fa87e
request_var init
...
git-svn-id: file:///svn/phpbb/trunk@4521 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-10-01 17:22:58 +00:00
Paul S. Owen
3e23d958ac
Fix missing path seperators in template/imageset T_ vars
...
git-svn-id: file:///svn/phpbb/trunk@4515 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-09-27 20:45:46 +00:00
Ludovic Arnaud
49b47422b3
Fixed: sql_return_on_error() calls. Now works as expected
...
Changed: var types explicitly casted
This checkin msg is dedicated to dhn ;)
git-svn-id: file:///svn/phpbb/trunk@4508 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-09-17 21:51:21 +00:00
Meik Sievertsen
a363e8dcdb
fixed censoring (quote post, word boundaries, attachment comments)
...
git-svn-id: file:///svn/phpbb/trunk@4492 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-09-09 07:02:57 +00:00
Paul S. Owen
8ac06a256b
Updates mainly for removal of extension + header comment ... moved some aspects of ucp around, further work to be done on these areas ... not commiting search for time being
...
git-svn-id: file:///svn/phpbb/trunk@4473 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-09-07 13:46:51 +00:00
Meik Sievertsen
964edc8693
saved one query by moving max smilie check to the emoticons function
...
git-svn-id: file:///svn/phpbb/trunk@4451 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-08-28 17:32:18 +00:00
Ludovic Arnaud
c5f616856b
Taken explain code out of sql_query. New improved layout.
...
git-svn-id: file:///svn/phpbb/trunk@4448 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-08-28 00:28:18 +00:00
Paul S. Owen
6225256418
bah, group handling needs some further discussion ... I'm done with it for M-2
...
git-svn-id: file:///svn/phpbb/trunk@4440 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-08-27 16:31:54 +00:00
Paul S. Owen
d96bb3a86e
A few more changes ... nearly there ... deleting users is going to be a little troublesome
...
git-svn-id: file:///svn/phpbb/trunk@4430 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-08-25 01:38:49 +00:00
Ludovic Arnaud
bf25f0df9a
Fixed: removes the ending slash if the script path is empty resulting in a double slash in the URL
...
git-svn-id: file:///svn/phpbb/trunk@4412 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-08-17 17:52:30 +00:00
Paul S. Owen
0b4d299df9
Remove trailing slash from T_XXXX_PATH vars
...
git-svn-id: file:///svn/phpbb/trunk@4375 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-08-11 01:12:23 +00:00
Ludovic Arnaud
0c3708ecc6
Moved sql_close() down, after the cache is unloaded.
...
git-svn-id: file:///svn/phpbb/trunk@4365 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-08-10 18:42:20 +00:00
Paul S. Owen
b723058fb0
A fair amount of additional working or semi-working stuff ... template stored db source (when appropriate), switch theme/templates between DB/filesystem (if available), import, upload templates, imagesets, themes (if available ... i.e. no safe mode), etc. still a fair amount of stuff to do but getting there ... take care using this, backup any themes/templates/imagesets before fiddling and let me know of issues
...
git-svn-id: file:///svn/phpbb/trunk@4343 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-08-06 15:45:13 +00:00
Paul S. Owen
275f62a5bd
Changes for styling directory layout alterations
...
git-svn-id: file:///svn/phpbb/trunk@4325 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-07-24 13:58:59 +00:00