Joas Schilling
9265ffbcd5
[ticket/9684] Fix a SQL-Error in the posting.php
...
PHPBB3-9684
2011-04-07 13:47:07 +02:00
Joas Schilling
3352141264
[ticket/9684] Remove code for global announcement in root-files
...
PHPBB3-9684
2011-04-07 13:45:44 +02:00
Oleg Pudeyev
c025d6079b
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/10047] Do not put session id in URL on posting.php when cookies are on.
2011-02-20 11:40:19 -05:00
Andreas Fischer
aba31aeff9
[ticket/10047] Do not put session id in URL on posting.php when cookies are on.
...
PHPBB3-10047
2011-02-19 14:30:39 +01:00
Nils Adermann
18f74a7e10
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/9851] "Search new posts" should require login.
[task/phpdoc] Added a phpdoc task to the build process
[task/phpdoc] Added a configuration file for phpDocumentor.
[feature/acm-wincache] Adding caching module for WinCache's User Cache.
[ticket/9939] Fix JavaScript error in admin recaptcha template
[ticket/9575] Also change 'administrate' to 'administer' in templates
[ticket/8736] guest can have 255 chars long username
[ticket/9928] Do not link "login to your board" to the "send statistics" page.
[ticket/9575] Change 'administrate' to 'administer'
[ticket/9921] Adding sample configuration file for the lighttpd webserver.
[ticket/9932] Add the Bing bot when converting
[ticket/9930] Redirect failes with open_basedir enabled.
[ticket/9910] Make sure S_BBCODE_ALLOWED exists when viewing PMs
2010-12-13 17:14:36 +01:00
RMcGirr83
7a3d6a8168
[ticket/8736] guest can have 255 chars long username
...
when you post as a guest (anonymous) you can fill the field username with 255
chars. that will destroy the prosilver and subsilver2 style at viewtopic.
settings for username in ACP: 6-16 Chars
PHPBB3-8736
2010-12-04 20:04:10 +01:00
Igor Wiedler
af5b9a9640
[ticket/9556] Drop php closing tags, add trailing newline
...
Closing tags converted using Oleg's script.
remove-php-end-tags.py -a .
Trailing newlines added using the following where $ext is file extension.
find . -type f -name "*.$ext" -print | xargs printf "e %s\nw\n" | ed -s;
Extensions: php, css, html, js, xml.
PHPBB3-9556
2010-11-11 19:10:55 +01:00
Igor Wiedler
d753a02ec0
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/7332] Fix post details expand link rendering on Webkit.
[ticket/9162] Prevent notice on unset poll title
[ticket/7417] Also focus search keywords and username in subsilver2.
[ticket/7417] Focus username field when prosilver login page is loaded.
[ticket/7417] Focus search keywords field when prosilver search page is loaded.
[ticket/9841] Change "Save" to "Save draft", "Load" to "Load draft".
[ticket/9664] Resolve conflict with accesskey="t", change addlitsitem to "y".
[ticket/7538] Limit user_login_attempts to prevent SQL errors.
[ticket/9848] Add avatars, attachments and store files to .gitignore.
[ticket/9822] Correct some style related ACP explain statements.
[ticket/9698] Add .htaccess to the includes subdirectory.
[ticket/9830] Redirect to install directly when config.php does not exist.
[ticket/9816] Remove config.php from repository
[ticket/9810] Hide "Select All" of code bbcode on print page
2010-10-17 21:47:04 +02:00
Igor Wiedler
07a8d5a3dd
[ticket/9162] Prevent notice on unset poll title
...
Regression from a81c857c96ee1a2a9be559ff3c9b71ca9514287e
PHPBB3-9162
2010-10-16 13:55:17 +02:00
Igor Wiedler
fccd7f0ab5
[feature/request-class] Convert any direct access to $_* to use $request
...
PHPBB3-9716
2010-09-25 20:32:15 +02:00
Andreas Fischer
20460dc12c
Merge branch 'ticket/nickvergessen/9162' into develop-olympus
...
* ticket/nickvergessen/9162:
[ticket/9162] BBCode in poll options is broken, when posting without question.
2010-09-14 16:47:46 +02:00
Joas Schilling
ffd9437948
[ticket/9820] phpBB Debug Error when trying to post a new topic.
...
Regression from aa4519fb44f4ff83e923c6cc4d5bde3f20082340
PHPBB3-9820
PHPBB3-7260
2010-09-14 15:43:05 +02:00
Joas Schilling
a81c857c96
[ticket/9162] BBCode in poll options is broken, when posting without question.
...
PHPBB3-9162
2010-09-14 13:20:38 +02:00
Joas Schilling
aa4519fb44
[ticket/7260] Don't delete poll if one exists and editing user lacks permission
...
PHPBB3-7260
2010-08-22 19:30:43 +01:00
Nils Adermann
b1f9b39475
Merge branch 'ticket/nickvergessen/9531' into develop-olympus
...
* ticket/nickvergessen/9531:
[ticket/9531] BBCode-less quotes fallback-option is missing "Author wrote:" line when quoting from topic-review.
2010-05-16 19:13:32 +02:00
Joas Schilling
fe9c5019b6
[ticket/9531] BBCode-less quotes fallback-option is missing "Author wrote:" line when quoting from topic-review.
...
PHPBB3-9531
2010-05-16 19:13:22 +02:00
Joas Schilling
e3ba934cd7
[ticket/8894] Fix JavaScript-Error and hide Quote-Button on topic review if BBCodes are not allowed.
...
PHPBB3-8894
2010-05-16 16:49:00 +02:00
Cullen Walsh
965ab55394
Parse urls in signature taking into account the allow_sig_links config option introduced in phpBB 3.0.6, per bug #57105
2010-03-02 12:22:11 -08:00
Josh Woody
d49806a043
#57715 - Correct behavior of "force_approved_state" when value is false.
...
(Merging r10507 into branches/phpBB-3_0_0)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10508 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-18 04:57:23 +00:00
Josh Woody
ad14664a3a
- Bug #56255 - Moving topics to a forum where you are on queue
...
- Allow some error handling in compress class by returning false if file does not exist.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10427 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-01-18 16:41:21 +00:00
Chris Smith
5a2eb175bb
One issue solved possily others, so not closing yet. #55245
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10306 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-08 22:45:39 +00:00
Meik Sievertsen
9c7109d59e
This is not perfect... i know, but at least it gives out more information than a simple "this topic/post does not exist". ;)
...
Related to r9971
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10253 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-11-03 15:03:14 +00:00
Joas Schilling
de25ce8724
Fix Bug #51835 - editing posts with attachments - regression from r9843 introduced in #48265
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10186 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-25 08:41:47 +00:00
Meik Sievertsen
8da2b69e2b
note correct username if post/topic get's removed if user is anonymous
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10170 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-20 17:08:16 +00:00
Meik Sievertsen
1b64e41160
although we do not use force_approved_state check it nevertheless for the message displayed to the user - bug #51325
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10166 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-20 12:32:27 +00:00
Joas Schilling
139f1d3530
fix r10076 for #48615 - Ability to specify amount of time user is able to delete his last post in topic.
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10080 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-31 14:57:04 +00:00
Meik Sievertsen
7ce940680a
Do not take edit post time into account for determining permission to delete last post in topic. (Bug #48615 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10076 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-31 12:29:45 +00:00
Henry Sudhof
76fd6026bc
erm, on the contrary; can that reset call
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9999 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-16 21:21:04 +00:00
Henry Sudhof
ba3e0831ea
erm, on the contrary; can that reset call
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9998 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-16 21:11:17 +00:00
Meik Sievertsen
605639166f
add missing space
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9981 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-14 14:14:44 +00:00
Jim Wigginton
ebf3651e3e
- Unapproved topics can no longer be replied to (Bug #44005 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9971 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-13 21:17:16 +00:00
Henry Sudhof
2d0d35db48
populate who is online only where required
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9961 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-12 10:30:37 +00:00
Henry Sudhof
91b91494e2
#49465
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9960 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-12 09:25:57 +00:00
Meik Sievertsen
5dd85e2323
Fix r9955 for Bug #49435
...
(Since $update_message was true in submit_post() the non-parsed text had been entered into the db [because $update_message was false before])
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9959 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-12 09:22:04 +00:00
Meik Sievertsen
ff458a5b4e
Update search index if only post subject changed. (Bug #49435 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9955 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-08-11 13:35:15 +00:00
Chris Smith
63f5cff824
Preserve post options when refusing to save the post as a draft. #39115
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9859 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-26 16:16:30 +00:00
Joas Schilling
780854818b
Fix bug #48265 - Correctly set attachment flag for topics, posts and pms after deleting attachments - Patch by WorldWar and nickvergessen
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9843 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-24 09:01:29 +00:00
Henry Sudhof
83ee6bb505
primitive one-level nesting
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9838 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-23 10:19:38 +00:00
Henry Sudhof
24e9d1e53f
handle newlines
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9837 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-22 22:02:10 +00:00
Henry Sudhof
be51bbe42b
fall back to bbcode-less quotes
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9835 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-22 16:39:26 +00:00
Andreas Fischer
65ec5e1bb5
Addition to r9731: Add seperate language entry for more flexibility in other languages.
...
Authorised by: naderman
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9742 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-09 10:34:40 +00:00
Andreas Fischer
f368e0ec09
Another feature: Detect when a post has been altered by someone else while editing.
...
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9731 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-07-08 10:22:36 +00:00
Henry Sudhof
e146efbd16
Add some data for akismet et al
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9702 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-29 12:52:45 +00:00
Henry Sudhof
fa9021c442
Thanks NV
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9680 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-26 10:26:01 +00:00
Henry Sudhof
3adaf7534e
Thanks NV
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9679 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-26 10:24:41 +00:00
Joas Schilling
d92bdc8a76
Fix bug #46225 - Add poster-name to moderator-log when deleting post/topic
...
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9678 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-26 10:15:42 +00:00
Henry Sudhof
b4c17b3732
We have to use the documented API
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9672 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-25 08:26:51 +00:00
Meik Sievertsen
050567483f
Ability to fetch moderators with get_moderators() even if load_moderators setting is off. (Bug #35955 )
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9640 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-21 09:36:13 +00:00
Meik Sievertsen
433de350c0
- [Feature] New "Newly Registered Users" group for assigning permissions to newly registered users. They will be removed from this group once they reach a defineable amount of posts.
...
- [Feature] Ability to define if the "Newly Registered Users" group will be assigned as the default group to newly registered users.
As a coincidence also Bug #46535 got fixed.
Additionally the error message displayed with trigger_error() if accessing the private message tab in the ucp is now displayed inline in addition to a slightly different message for newly registered users to let them know that access permissions may be lifted over time.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9636 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-20 18:45:16 +00:00
Joas Schilling
ab33dd2b08
Change bug #26545 - Smilies no longer require the f_bbcode permission.
...
Authorised by: acydburn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9615 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-06-18 11:07:22 +00:00