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
2f4f5c5ede
fixed viewtopic pagination (accidently added $start in the middle rendering pagination useless)
...
git-svn-id: file:///svn/phpbb/trunk@4918 89ea8834-ac86-4346-8a33-228a782c2dd0
2004-06-24 08:06:09 +00:00
Meik Sievertsen
8022b6f6b2
- fixed notification redirection
...
- added SID to ucp redirects
git-svn-id: file:///svn/phpbb/trunk@4915 89ea8834-ac86-4346-8a33-228a782c2dd0
2004-06-15 17:56:37 +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
cf8c2a7df1
fixed last edited by
...
tryed to fix mark read code
other small fixes...
added (commented out) custom profile fields template support
git-svn-id: file:///svn/phpbb/trunk@4892 89ea8834-ac86-4346-8a33-228a782c2dd0
2004-05-26 18:26:26 +00:00
Paul S. Owen
2362a76b30
Disable karma/rating
...
git-svn-id: file:///svn/phpbb/trunk@4887 89ea8834-ac86-4346-8a33-228a782c2dd0
2004-05-20 12:54:33 +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
635d18d279
minor adjustments
...
git-svn-id: file:///svn/phpbb/trunk@4859 89ea8834-ac86-4346-8a33-228a782c2dd0
2004-03-06 16:58:34 +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
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
b9bf2fe751
the display code for inline attachments, isn't it cute? ;)
...
git-svn-id: file:///svn/phpbb/trunk@4818 89ea8834-ac86-4346-8a33-228a782c2dd0
2004-02-08 18:00:10 +00:00
Meik Sievertsen
6a07bc6cef
preserve 'jump to post'... if emailed notification link and login required.
...
git-svn-id: file:///svn/phpbb/trunk@4779 89ea8834-ac86-4346-8a33-228a782c2dd0
2004-02-02 17:20:58 +00:00
Meik Sievertsen
0608bc73e6
fixed: smilie parsing in signatures
...
added: edit notes
git-svn-id: file:///svn/phpbb/trunk@4767 89ea8834-ac86-4346-8a33-228a782c2dd0
2004-01-25 14:30:15 +00:00
Meik Sievertsen
9d06365ec7
'post encoding'-fix
...
git-svn-id: file:///svn/phpbb/trunk@4762 89ea8834-ac86-4346-8a33-228a782c2dd0
2004-01-19 17:50:11 +00:00
Paul S. Owen
9637f043a3
Update for new karma image location/creation
...
git-svn-id: file:///svn/phpbb/trunk@4749 89ea8834-ac86-4346-8a33-228a782c2dd0
2004-01-11 00:52:00 +00:00
Meik Sievertsen
fe57f5340c
more user friendly (this fulfills request #695587 in conjunction with the previously added topic link to the notification templates)
...
git-svn-id: file:///svn/phpbb/trunk@4679 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-11-22 17:57:06 +00:00
Ludovic Arnaud
6016228752
If you don't know what it is, you shouldn't be reading this...
...
(query split as discussed in dev forum)
Fixed: board's URL in printer mode
git-svn-id: file:///svn/phpbb/trunk@4675 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-11-21 23:19:47 +00:00
Meik Sievertsen
f265316c29
related to attachments
...
git-svn-id: file:///svn/phpbb/trunk@4641 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-11-05 14:57:29 +00:00
Meik Sievertsen
cd70db7976
new permissions, merged attachment tables (the intended purpose of two 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
2003-11-04 22:05:38 +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
Meik Sievertsen
6114414650
oops... not realised the config name change locally. :/
...
added logging of bump action
git-svn-id: file:///svn/phpbb/trunk@4625 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-10-22 20:41:00 +00:00
Meik Sievertsen
e7c3370a04
bump topic and orphan attachments
...
changes here and there...
git-svn-id: file:///svn/phpbb/trunk@4614 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-10-19 15:36:45 +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
3bd4218780
sticky/announcement time limit
...
login upon notification
git-svn-id: file:///svn/phpbb/trunk@4577 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-10-12 09:27:16 +00:00
Paul S. Owen
860dc47114
Change in format of module db data, add zebra, many things probably "damaged goods" for now ... don't panic Mr. Mainwaring, don't panic
...
git-svn-id: file:///svn/phpbb/trunk@4522 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-10-01 17:24:53 +00:00
Ludovic Arnaud
a4a989dbfe
Fixed: invalid start value will not cause the whole table to be returned ;)
...
Changed: some lang strings. lang_main to be updated soon
git-svn-id: file:///svn/phpbb/trunk@4499 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-09-14 22:25:16 +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
Ludovic Arnaud
23a98e5530
Added: fetch posts the other way (see forum)
...
Fixed: call-time pass by reference is deprecated on PHP 4.2.0+ and it may display a warning
Fixed: str_replace() on highlight words
git-svn-id: file:///svn/phpbb/trunk@4471 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-09-06 22:16:33 +00:00
Paul S. Owen
ed6948732a
Changing of votes ... possible new icons for "new votes since last view" in viewforum
...
git-svn-id: file:///svn/phpbb/trunk@4455 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-08-29 00:30:17 +00:00
Paul S. Owen
7d7a08eee6
Various bits and pieces ... this isn't really what I wanted M-2 to look like but hum ho
...
git-svn-id: file:///svn/phpbb/trunk@4441 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-08-27 16:32:44 +00:00
Meik Sievertsen
95267c1f84
now display_notice is working as expected.
...
git-svn-id: file:///svn/phpbb/trunk@4408 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-08-15 16:33:21 +00:00
Meik Sievertsen
66836ea525
re-display download notice
...
git-svn-id: file:///svn/phpbb/trunk@4401 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-08-13 16:58:48 +00:00
Paul S. Owen
947c81b3db
The moron has left the building
...
git-svn-id: file:///svn/phpbb/trunk@4272 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-07-16 12:13:30 +00:00
Paul S. Owen
4d003f7edf
Online tracking img load switch
...
git-svn-id: file:///svn/phpbb/trunk@4269 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-07-16 11:46:04 +00:00
Paul S. Owen
27a9ed27c7
Various updates
...
git-svn-id: file:///svn/phpbb/trunk@4204 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-07-04 17:20:03 +00:00
Ludovic Arnaud
2b16fc0874
Added a quick link to post details for moderators
...
git-svn-id: file:///svn/phpbb/trunk@4192 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-07-02 22:36:10 +00:00
Meik Sievertsen
4d6a767305
a few fixes
...
git-svn-id: file:///svn/phpbb/trunk@4184 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-06-29 10:59:36 +00:00
Meik Sievertsen
fd03f6c5f2
fixed edit posts (wrong username/id entered)
...
git-svn-id: file:///svn/phpbb/trunk@4178 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-06-26 16:46:17 +00:00
Paul S. Owen
7661a5d040
Global announcements ... sort of work ... well they seem to, need to look at possbility of splitting topics table in two
...
git-svn-id: file:///svn/phpbb/trunk@4167 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-06-23 14:00:57 +00:00
Meik Sievertsen
251a5b8f94
only small addition for further use...
...
git-svn-id: file:///svn/phpbb/trunk@4162 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-06-21 12:36:00 +00:00
Ludovic Arnaud
3d36530308
Fixed signatures showing up no matter if you wanted it or not
...
git-svn-id: file:///svn/phpbb/trunk@4161 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-06-21 01:43:07 +00:00
Paul S. Owen
1b282e40a0
Marking and various fixes ... Karma calculation code removed ... don't see point in potentially messing up ratings when "formula" changes
...
git-svn-id: file:///svn/phpbb/trunk@4150 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-06-19 16:25:42 +00:00
Meik Sievertsen
8107f14852
added: download notice for people unable to see files attached to posts
...
changed: put attachment display into a function now called by posting preview and viewtopic (functions_display.php)
fixed: small fix in posting routines, cleanups...
git-svn-id: file:///svn/phpbb/trunk@4139 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-06-17 19:34:17 +00:00
Paul S. Owen
6ca40653e9
A few minor updates
...
git-svn-id: file:///svn/phpbb/trunk@4080 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-06-05 00:53:39 +00:00
Paul S. Owen
67bbcf5c49
Default rank images directory
...
git-svn-id: file:///svn/phpbb/trunk@4076 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-06-03 21:40:02 +00:00
Paul S. Owen
65b38b317f
Incorrect avatar dimensions
...
git-svn-id: file:///svn/phpbb/trunk@4065 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-05-28 14:20:11 +00:00