Joas Schilling
e65a6dd8f4
Merge remote-tracking branch 'dhruvgoel92/ticket/11271' into develop-olympus
...
* dhruvgoel92/ticket/11271:
[ticket/11271] Make path conversion more precise
[ticket/11271] Add docblock of feed_generate_content( )
[ticket/11271] Fix tabs and use !empty( ) instead of count( )
[ticket/11271] Remove unnecessary inclusion of functions_display
[ticket/11271] Typecast forum and topic id to integer
[ticket/11271] Use absolute path for displaying inline attachments in feeds
[ticket/11271] Changed executable bit.
[ticket/11271] Formatting code and removing null assignment.
[ticket/11271] Removing unnecessary database object
[ticket/11271] Separated attachment fetching query
[ticket/11271] Fetched feed attachments before loop.
[ticket/11271] Removed in-line attachment comments properly.
[ticket/11271] Displaying in-line attached images in ATOM feed.
2014-03-11 09:53:18 +01:00
Joas Schilling
214f515e9c
Merge remote-tracking branch 'dhruvgoel92/ticket/11288' into develop-olympus
...
* dhruvgoel92/ticket/11288:
[ticket/11288] Handle +,- without preceeding whitespace characters
2014-03-11 09:46:31 +01:00
Nathan Guse
9aa947f7fb
Merge pull request #2105 from Crizz0/ticket/12106
...
[ticket/12106] Adds a explaination that admin/mods still able to use the...
2014-03-10 21:49:29 -05:00
Crizzo
957e9aabc3
[ticket/12106] Combined first and second sentence
...
PHPBB3-12106
2014-03-10 21:19:25 +01:00
Crizzo
13327a13a0
[ticket/12106] Adds a explaination that admin/mods still able to use the board
...
PHPBB3-12106
2014-03-10 18:50:39 +01:00
Crizzo
ec4c9833ca
[ticket/10549] Adds language variables
...
PHPBB3-10549
2014-03-10 18:35:23 +01:00
Dhruv
c51dcbe6a0
[ticket/10945] Fix return values for split_keywords function
...
The function now returns false if all the words are common words and true
otherwise.
PHPBB3-10945
2014-03-08 21:23:08 +05:30
Dhruv
b6eec5c142
[ticket/10945] Display search query when search fails in native search
...
If search fails and common words are present, split_keywords returns false
and search.php file prints appropriate message of common words.
If search fails and there are no common words, split_keywords returns true
and keyword_search returns false so that the search query is displayed in
search box.
PHPBB3-10945
2014-03-08 21:20:37 +05:30
Dhruv Goel
f4645a6376
[ticket/10945] remove trigger_error call
...
removes trigger_error call incase no search results are found or start
variable exceeds the amount. So that search query is displayed in the
search box even if no results are returned.
PHPBB3-10945
2014-03-08 21:15:51 +05:30
Joas Schilling
ffbc7ccb64
[ticket/12205] Do not display 0 for empty integers when show_novalue is off
...
PHPBB3-12205
2014-02-25 18:24:45 +01:00
Nathan Guse
823dca737f
Merge remote-tracking branch 'remotes/prototech/ticket/12093' into develop-olympus
...
* remotes/prototech/ticket/12093:
[ticket/12093] Check that document.selection is supported.
2014-02-19 09:06:57 -06:00
Nathaniel Guse
602f4a2b54
[ticket/12210] dbtools::sql_create_table incorrectly throws error
...
related to auto-increment length on non auto-increment fields
PHPBB3-12210
2014-02-17 23:46:39 -06:00
Crizz0
88fad5856a
[ticket/12146] Added a missing # to inline css-style of <span>
...
PHPBB3-12146
2014-02-02 16:44:52 +01:00
Marcus Vinicius
a32db45166
[ticket/12119] Remove meta tags from view-print templates
...
PHPBB3-12119
2014-01-27 16:42:39 -03:00
Marcus Vinicius
cb7a0d6f2a
[ticket/12118] Add noindex meta tag to subsilver2 view-print templates
...
PHPBB3-12118
2014-01-26 03:19:43 -03:00
Cesar G
43ccfbc6f4
[ticket/12093] Check that document.selection is supported.
...
PHPBB3-12093
2014-01-25 15:37:33 -08:00
Joas Schilling
42e4566fe4
[ticket/12120] Restore alphabetic order
...
PHPBB3-12120
2014-01-23 22:59:42 +01:00
Joas Schilling
a672d983c9
[ticket/12120] Add prototech to authors
...
PHPBB3-12120
2014-01-23 22:59:33 +01:00
Dhruv
1aa27f400c
[ticket/11271] Make path conversion more precise
...
PHPBB3-11271
2013-12-27 03:31:28 +05:30
Dhruv
a71625ca76
[ticket/11271] Add docblock of feed_generate_content( )
...
PHPBB3-11271
2013-12-27 00:38:42 +05:30
Dhruv
f7c764986f
[ticket/11271] Fix tabs and use !empty( ) instead of count( )
...
PHPBB3-11271
2013-12-27 00:22:29 +05:30
Dhruv
6611329d83
[ticket/11271] Remove unnecessary inclusion of functions_display
...
PHPBB3-11271
2013-12-27 00:22:28 +05:30
Dhruv
3bae72d164
[ticket/11271] Typecast forum and topic id to integer
...
PHPBB3-11271
2013-12-27 00:22:27 +05:30
Dhruv
dc37f3a0e3
[ticket/11271] Use absolute path for displaying inline attachments in feeds
...
PHPBB3-11271
2013-12-27 00:22:26 +05:30
erangamapa
62263c13d4
[ticket/11271] Changed executable bit.
...
Changed executable bit value from 755 to 644.
PHPBB3-11271
2013-12-27 00:22:25 +05:30
erangamapa
08d69de933
[ticket/11271] Formatting code and removing null assignment.
...
Formatted code and replaced null assignment with empty array
assignment to attachments parameter in method 'feed_generate_content'.
PHPBB3-11271
2013-12-27 00:22:24 +05:30
erangamapa
cca4067694
[ticket/11271] Removing unnecessary database object
...
Removed unnecessary global database object from 'feed_generate_content'
Method.
PHPBB3-11271
2013-12-27 00:22:22 +05:30
erangamapa
8586171187
[ticket/11271] Separated attachment fetching query
...
Removed external query used to fetch related attachments.
Added attachments fetching method with database query to
post based feed.
PHPBB3-11271
2013-12-27 00:22:21 +05:30
erangamapa
91a14a9e63
[ticket/11271] Fetched feed attachments before loop.
...
Fetched feed attachments before looping through feed items and
send them to method 'feed_generate_content' for each feed item.
PHPBB3-11271
2013-12-27 00:22:20 +05:30
erangamapa
a41e2ca380
[ticket/11271] Removed in-line attachment comments properly.
...
Added a new regex to remove in-line attachment comments.
PHPBB3-11271
2013-12-27 00:22:19 +05:30
erangamapa
5bf4726195
[ticket/11271] Displaying in-line attached images in ATOM feed.
...
In-line attached images are not displaying as they are not parsing.
Included 'parse_attachments' column name for data fetching queries
in feed.php. Checked weather feeds have in-line attachments and
parsed them by using parse_attachments() method.
PHPBB3-11271
2013-12-27 00:22:18 +05:30
Oliver Schramm
e6b91de17b
[ticket/10023] Make password change notification more noticeable
...
PHPBB3-10023
2013-12-12 16:57:06 +01:00
Oliver Schramm
204d6781d8
[ticket/12061] Fix keyboard shortcut in firefox
...
PHPBB3-12061
2013-12-06 19:59:33 +01:00
Cesar G
eef1b586d5
[ticket/12048] Fix the regexp for language keys in custom bbcodes.
...
PHPBB3-12048
2013-12-02 00:53:42 -08:00
Cesar G
e111d7bd13
[ticket/12037] Fix hard-coded text in acp_inactive.html.
...
PHPBB3-12037
2013-11-25 12:38:53 -08:00
Cesar G
f833a42e7e
[ticket/11814] Remove redundant text from the topic reply email notification.
...
PHPBB3-11814
2013-11-19 06:20:37 -08:00
Andreas Fischer
7df35a288a
[ticket/11951] Add MariaDB to platforms we test on.
...
PHPBB3-11951
2013-10-19 23:08:04 +02:00
Andreas Fischer
6de519431d
[ticket/11951] Add MariaDB to supported DBMSes in requirement section.
...
PHPBB3-11951
2013-10-19 23:05:27 +02:00
Dhruv
2b959e3331
[ticket/11288] Handle +,- without preceeding whitespace characters
...
PHPBB3-11288
2013-10-05 21:09:52 +05:30
Andreas Fischer
8f2cebc0bb
Merge remote-tracking branch 'cyberalien/ticket/11879' into develop-olympus
...
* cyberalien/ticket/11879:
[ticket/11879] Replace .live() with .on()
2013-10-02 15:00:26 +02:00
Vjacheslav Trushkin
a79d0e6758
[ticket/11879] Replace .live() with .on()
...
PHPBB3-11879
2013-10-02 11:12:41 +03:00
Andreas Fischer
02f9d179e5
Merge branch 'prep-release-3.0.12' into develop-olympus
...
* prep-release-3.0.12:
[prep-release-3.0.12] Update changelog for 3.0.12 release.
[ticket/11873] Add unit test for large password input.
[ticket/11873] Do not hash very large passwords in order to safe resources.
2013-09-28 15:02:44 +02:00
Andreas Fischer
446ea9928d
[prep-release-3.0.12] Update changelog for 3.0.12 release.
2013-09-28 03:20:51 +02:00
Joas Schilling
cba28c39ad
[ticket/11873] Do not hash very large passwords in order to safe resources.
...
PHPBB3-11873
2013-09-28 03:12:50 +02:00
Andreas Fischer
9a5415fe6d
Merge branch 'prep-release-3.0.12' into develop-olympus
...
* prep-release-3.0.12:
[prep-release-3.0.12] Bumping version number for 3.0.12 final.
Conflicts:
phpBB/includes/constants.php
phpBB/install/database_update.php
phpBB/install/schemas/schema_data.sql
2013-09-27 01:32:09 +02:00
Andreas Fischer
d18bded3ac
[prep-release-3.0.12] Bumping version number for 3.0.12 final.
2013-09-27 01:26:31 +02:00
Marc Alexander
c654e9d247
[ticket/11864] Do not call exit after display_progress_bar in acp_forums
...
The progress bar is called with the method display_progress_bar() in the
acp_forums files. This method then call adm_page_footer() which also calls
exit_handler(). Therefore, the exit; in acp_forums after
$this->display_progress_bar() is obsolete and shouldn't exist in the first
place.
PHPBB3-11864
2013-09-25 13:35:08 +02:00
Vjacheslav Trushkin
3cd445d055
[ticket/11811] Remove outline on :focus
...
PHPBB3-11811
2013-09-13 23:41:07 +03:00
David King
424080c45a
Merge pull request #1701 from EXreaction/ticket/11831
...
Update fabpot/goutte
2013-09-12 20:42:05 -07:00
Nathan Guse
4d14bdbf13
Merge pull request #1698 from rechosen/ticket/11829
...
[ticket/11829] Use report_closed to determine status in MCP report_details
2013-09-12 12:53:06 -07:00