Fyorl
5c9b3208f5
[feature/attach-dl] Removed reliance on current($row)
...
PHPBB3-11042
2012-08-14 13:02:12 +01:00
Fyorl
003f8b514b
[feature/attach-dl] Renamed to phpbb_download_handle_forum_auth
...
PHPBB3-11042
2012-08-14 12:49:56 +01:00
Fyorl
b96c72c156
[feature/attach-dl] Moved PM authentication handling into own function
...
PHPBB3-11042
2012-08-14 12:47:10 +01:00
Fyorl
b05f36b197
[feature/attach-dl] Removed limit
...
PHPBB3-11042
2012-08-14 12:03:59 +01:00
Fyorl
d08c1c23dc
[feature/attach-dl] Remove attachments that have invalid extensions
...
PHPBB3-11042
2012-08-14 12:03:07 +01:00
Fyorl
20ecd046da
[feature/attach-dl] Moved filename cleaning into own function
...
PHPBB3-11042
2012-08-14 11:42:23 +01:00
Fyorl
e8830c3369
[feature/attach-dl] Added docblock for renamed download_check_forum_auth
...
PHPBB3-11042
2012-08-14 11:36:16 +01:00
Nils Adermann
dca9057559
Merge pull request #932 from EXreaction/ticket/10875
...
Ticket/10875
2012-08-14 02:30:49 -07:00
Andreas Fischer
7efca53b47
Merge remote-tracking branch 'dhruvgoel92/ticket/11032' into develop
...
* dhruvgoel92/ticket/11032:
[ticket/11032] sphinx retries before triggering error
2012-08-14 10:58:50 +02:00
Joas Schilling
815e8ef9e1
[feature/php-events] Add mock for unit tests and create it were needed
...
PHPBB3-9550
2012-08-11 15:25:14 +02:00
Joas Schilling
06c8e19af3
[feature/php-events] Readd comment from d06adb06e907e31918130a6ef010b73d454f396c
...
PHPBB3-9550
2012-08-11 11:49:48 +02:00
Dhruv Goel
2ba1cef5b0
[ticket/10943] displays searched query in search result
...
Search backend displays an additional normalized search query just above
the ignored words.
PHPBB3-10943
2012-08-11 02:26:46 +05:30
Dhruv Goel
83a4d9abb5
[ticket/10943] use keywords variable to display in search box
...
$keywords which contains the string as entered by the user should be used
to display in search box instead of search_query.
PHPBB3-10943
2012-08-11 02:21:14 +05:30
Dhruv
17b8719144
[ticket/11032] sphinx retries before triggering error
...
Sphinx connection retries should be done before error is triggered.
PHPBB3-11032
2012-08-11 01:06:07 +05:30
Fyorl
6da47555e0
[feature/attach-dl] Remove the archive after it's downloaded
...
PHPBB3-11042
2012-08-10 13:19:41 +01:00
Fyorl
dd7be79fc3
[feature/attach-dl] Removed strtolower and added comments
...
PHPBB3-11042
2012-08-10 13:08:12 +01:00
Dhruv
a3a359d80a
[ticket/11048] add access specifiers to phpbb native search properties
...
PHPBB3-11048
2012-08-10 16:35:06 +05:30
Dhruv
42d6e0715f
[ticket/11048] add access specifiers to sphinx search
...
PHPBB3-11048
2012-08-10 14:06:25 +05:30
Dhruv
dd56c401af
[ticket/11048] add access specifiers to phpbb native search
...
PHPBB3-11048
2012-08-10 12:23:25 +05:30
Oleg Pudeyev
9ad1e41b4b
Merge PR #944 branch 'dhruvgoel92/ticket/11032' into develop
...
* dhruvgoel92/ticket/11032:
[ticket/11032] trigger error in case search fails
2012-08-10 02:42:47 -04:00
Dhruv
de8b7c0b7d
[ticket/11048] add access specifiers to mysql search
...
PHPBB3-11048
2012-08-10 11:35:50 +05:30
Dhruv
b2e166dbfa
[ticket/11048] add access specifiers to pgsql search
...
PHPBB3-11048
2012-08-10 11:30:02 +05:30
Dhruv
698b7999c4
[ticket/11032] trigger error in case search fails
...
Admins are shown actual error while users are shown a search failed error
in case sphinx search fails.
PHPBB3-11032
2012-08-10 10:46:32 +05:30
Andreas Fischer
6dd0bd0bce
[feature/attach-dl] Do not check for passworted forum when it's a PM.
...
PHPBB3-11042
2012-08-10 03:29:47 +02:00
Andreas Fischer
62305bec6d
[feature/attach-dl] Send 404 if we get empty row from privmsg|posts|topic table
...
PHPBB3-11042
2012-08-10 03:28:53 +02:00
Andreas Fischer
ccb0baa20a
[feature/attach-dl] Increase download counters closely before streaming archive
...
PHPBB3-11042
2012-08-10 03:24:15 +02:00
Andreas Fischer
e5a3bc03b4
[feature/attach-dl] Consider that post_id can mean private message id as well.
...
PHPBB3-11042
2012-08-10 03:14:55 +02:00
Andreas Fischer
7bd81cd0cd
[feature/attach-dl] Move logic for passworded forums to a function.
...
PHPBB3-11042
2012-08-10 03:07:38 +02:00
Andreas Fischer
9b7b794beb
[feature/attach-dl] Exploit topic_id of attachment => no posts table query
...
PHPBB3-11042
2012-08-10 03:02:00 +02:00
Andreas Fischer
11129a5950
[feature/attach-dl] Use class_exists/require instead of require_once.
...
PHPBB3-11042
2012-08-10 02:36:38 +02:00
Andreas Fischer
93f630e9b1
[feature/attach-dl] Do not fetch orphaned attachments when downloading archives
...
PHPBB3-11042
2012-08-10 02:36:38 +02:00
Andreas Fischer
0226bc43dd
[feature/attach-dl] Fix query indentation.
...
PHPBB3-11042
2012-08-10 02:36:38 +02:00
Andreas Fischer
dd43af0ab6
[feature/attach-dl] Make sure physical_filename is basenamed everywhere.
...
PHPBB3-11042
2012-08-10 02:08:04 +02:00
Andreas Fischer
c221294fb2
[feature/attach-dl] Remove commented statement.
...
PHPBB3-11042
2012-08-10 02:06:27 +02:00
Andreas Fischer
aa6effbb0c
[feature/attach-dl] Remove backticks from SQL query.
...
PHPBB3-11042
2012-08-10 02:04:39 +02:00
Andreas Fischer
8f3c1d8ea1
[feature/attach-dl] Refactor the remaining code into their sections.
...
Refactor the remaining code into their sections instead of checking things
over and over again.
PHPBB3-11042
2012-08-10 02:00:39 +02:00
Andreas Fischer
a7694dd512
[feature/attach-dl] Get rid of second query. Fetch all required info at once.
...
PHPBB3-11042
2012-08-10 01:54:41 +02:00
Joas Schilling
c362434890
[feature/php-events] Fix typos in core.common docs block
...
PHPBB3-9550
2012-08-08 13:24:45 +02:00
Joas Schilling
cdcadf72c4
[feature/php-events] Add event core.acp_manage_forums_move_content
...
PHPBB3-9550
2012-08-08 13:22:21 +02:00
Joas Schilling
43d17b2337
[feature/php-events] Fix doc and naming of core.acp_manage_forums_move_children
...
PHPBB3-9550
2012-08-08 13:22:20 +02:00
Joas Schilling
70c90bea4f
[feature/php-events] Fix doc and naming of acp_manage_forums_update_data_after
...
PHPBB3-9550
2012-08-08 13:22:20 +02:00
Joas Schilling
cfd5fcbe26
[feature/php-events] Add new event core.acp_manage_forums_update_data_before
...
Allows you to remove data from forum_data_sql before we update/create the forum
PHPBB3-9550
2012-08-08 13:01:39 +02:00
Joas Schilling
caf76b4ceb
[feature/php-events] Fix naming and doc of core.acp_manage_forums_validate_data
...
PHPBB3-9550
2012-08-08 12:50:47 +02:00
Joas Schilling
3beda0cbab
[feature/php-events] Fix naming and doc of core.acp_manage_forums_display_form
...
PHPBB3-9550
2012-08-08 12:44:28 +02:00
Joas Schilling
38ba09e707
[feature/php-events] Fix naming and doc of acp_manage_forums_initialise_data
...
PHPBB3-9550
2012-08-08 12:38:23 +02:00
Joas Schilling
e3a9bf0376
[feature/php-events] Fix doc and naming of core.acp_forums_request_forum_data
...
PHPBB3-9550
2012-08-08 12:35:26 +02:00
Andreas Fischer
4b8eac02f0
Merge remote-tracking branch 'mvinny/ticket/11046' into develop
...
* mvinny/ticket/11046:
[ticket/11046] Add border-radius for UCP message colours block
2012-08-08 09:30:57 +02:00
Andreas Fischer
81061e1754
Merge remote-tracking branch 'mvinny/ticket/11047' into develop
...
* mvinny/ticket/11047:
[ticket/11047] Close TOTAL_MESSAGES at ucp_pm_viewfolder.html
2012-08-08 09:30:56 +02:00
Oleg Pudeyev
7c6e1ba109
Merge PR #916 branch 'dhruvgoel92/ticket/11011' into develop
...
* dhruvgoel92/ticket/11011:
[ticket/11011] rename property phpEx to php_ext
[ticket/11011] pass $auth to search backend constructor
[ticket/11011] remove global keyword from sphinx
[ticket/11011] pass global variables in construct
[ticket/11011] passing global variables
[ticket/11011] remove global keyword in native search
[ticket/11011] remove global keyword in pgsql search
[ticket/11011] global variables as constructor parameters
[ticket/11011] add access specifiers and docblocks
2012-08-08 03:19:00 -04:00
Dhruv
a422ddfe31
[ticket/11011] rename property phpEx to php_ext
...
PHPBB3-11011
2012-08-08 11:16:46 +05:30