310c906932
Merge remote-tracking branch 'nickvergessen/feature/php-events-4' into develop
2012-08-20 09:09:53 -04:00
39869d46b1
[feature/php-events] Allow core.user_get_avatar to overwrite all avatars
...
PHPBB3-9550
2012-08-01 10:18:57 +02:00
4f13b049f8
[feature/php-events] Fix docs of core.display_custom_bbcodes
...
PHPBB3-9550
2012-08-01 10:18:56 +02:00
96f20160bc
[feature/php-events] Fix docs and naming of display_custom_bbcodes_modify_row
...
PHPBB3-9550
2012-08-01 10:18:56 +02:00
8b7e3739a0
[feature/php-events] Fix docs and naming of display_forums_modify_template_vars
...
PHPBB3-9550
2012-08-01 10:18:56 +02:00
d4f9442e87
[feature/php-events] Move core.display_forums_modify_forum_rows to better point
...
PHPBB3-9550
2012-08-01 10:18:56 +02:00
14edfd2856
[feature/php-events] Fix docs of core.display_forums_modify_row
...
PHPBB3-9550
2012-08-01 10:18:55 +02:00
099aaab720
[feature/php-events] Fix docs and naming of core.display_forums_modify_sql
...
PHPBB3-9550
2012-08-01 10:18:55 +02:00
bdfedba521
[feature/php-events] Make handling of forumrow consistent with others
...
PHPBB3-9550
2012-08-01 10:18:52 +02:00
3af0ae69ee
[feature/php-events] Properly name user_default_avatar and add additional vars
...
PHPBB3-9550
2012-08-01 10:18:50 +02:00
730bd6eb08
[feature/php-events] Rename display_forums_sql_inject to be less misleading
...
PHPBB3-9550
2012-08-01 10:18:50 +02:00
611d965b04
[feature/events] Renamed $empty_avatar to $default_avatar
...
PHPBB3-9550
2012-08-01 10:18:48 +02:00
6059bc7b45
[feature/events] Added core.user_default_avatar event
...
This way, extension authors can overwrite the empty value returned
when a user does not have an avatar with a default value to display
instead of nothing in the avatar space.
PHPBB3-9550
2012-08-01 10:18:48 +02:00
3f1b4e83ae
[feature/events] Removing the third trigger_event parameter
...
PHPBB3-9550
2012-08-01 10:18:44 +02:00
8af7d225ef
[feature/events] Change to use the new method of adding events
...
PHPBB3-9550
2012-08-01 10:18:44 +02:00
1a7f83948e
[feature/events] Adding ledge display_custom_bbcodes
...
Used by phpBB Gallery
PHPBB3-9550
2012-08-01 10:18:42 +02:00
69407cae7b
[feature/events] Adding ledge display_custom_bbcodes_row
...
Used by phpBB Gallery
PHPBB3-9550
2012-08-01 10:18:41 +02:00
4da001625d
[feature/events] Replace run_hooks calls with event dispatcher.
...
PHPBB3-9550
2012-08-01 10:17:04 +02:00
3c20ac71c5
[feature/events] Started on hooks for advanced last topic titles mod.
...
PHPBB3-9550
2012-08-01 10:17:04 +02:00
67665f5957
[ticket/10990] Use $user->lang['COMMA_SEPARATOR'] when appropriate
...
PHPBB3-10990
2012-07-22 14:32:03 -05:00
27d8aef528
[feature/pagination-as-list] Updates for nils comments
...
Re-remove deprecated functions, change on_page to phpbb_on_page,
add null returns, remove globals and pass as params.
PHPBB3-10968
2012-07-18 14:32:18 +01:00
cf4d6e926d
[feature/pagination-as-list] Rename and deprecate functions
...
Returned and marked deprecated topic_generate_pagination. Rename
new function in line with coding guidelines.
PHPBB3-10968
2012-07-18 14:31:50 +01:00
922147f05a
[ticket/10968] Render pagination within the template
...
Since phpBB 2 pagination has been rendered mostly within the source. This
limits just what designers can do with pagination. The current form is also
questionable in terms of "best practice". The aim is to move rendering
completely to the template via the use of a block element. Enabling S_
template vars also allows for control over specific aspects of the
pagination output such as next, previous, active and ellipsis.
Related to this - merging the capabilities of the topic_generate_pagination
with generate_pagination removes an element of duplication.
PHPBB3-10968
2012-07-18 14:30:20 +01:00
d9fd0cce0a
Merge PR #759 branch 'nickvergessen/ticket/10811' into develop
...
* nickvergessen/ticket/10811:
[ticket/10811] Make toogle_subscribe more generic so it can toogle all links
[ticket/10811] Make it easier for MODs/Extensions to define the alt-text
[ticket/10811] Make subscribe/unsubscribe repeatable with AJAX
[ticket/10811] Fix AJAX callback alt_text so it can be repeated.
2012-07-05 10:44:48 -04:00
f1056a9b2f
[ticket/10811] Make toogle_subscribe more generic so it can toogle all links
...
PHPBB3-10811
2012-07-05 01:03:19 +02:00
c31996ea84
[ticket/10912] Default last post subject to empty lacking last post info
...
PHPBB3-10912
2012-05-26 21:21:22 -04:00
e2d286d9f1
[ticket/10650] Subject is cleared if no permissions exist
...
The subject line will be cleared before passing to the template
in case the user doesn't have sufficient permissions.
PHPBB3-10650
2012-05-19 02:02:20 +05:30
fc3a19567f
[ticket/10811] Make it easier for MODs/Extensions to define the alt-text
...
PHPBB3-10811
2012-05-16 13:44:40 +02:00
1e4710b194
[ticket/10650] Moving censoring to before truncation
...
The censor_text function is now being applied to the
last_post_subject before being truncated.
PHPBB3-10650
2012-04-10 08:22:52 +05:30
2dec700aab
[ticket/10650] Added ellipsis to language file
...
Added ELLIPSIS to language file common.php and also corrected
language explanation of ACP option.
PHPBB3-10650
2012-04-08 22:52:49 +05:30
094dbe7ccc
[ticket/10650] Made use of truncate_string() function
...
Removed manual cropping and used truncate_string function.
Also made a new variable so
that is preserved.
PHPBB3-10650
2012-04-08 12:25:25 +05:30
c524236ef6
[ticket/10650] Changed acp option from per forum to global
...
Changed the display last subject acp toggle option from
per forum to global. Modified associated database entries.
New option is available in ACP General->Board Features.
Also corrected <br /> in forumlist_body.html.
PHPBB3-10650
2012-04-08 10:34:44 +05:30
2a8481d681
[ticket/10650] Added checking for empty subjects
...
Now empty subjects will not be displayed in a
new line on the forum list.
PHPBB3-10650
2012-04-08 10:34:29 +05:30
630c0397b9
[ticket/10650] Corrected intendation
...
Corrected the intendation of if condition.
PHPBB3-10650
2012-04-08 10:34:17 +05:30
4bb20d7cea
[ticket/10650]Added permission checking and utf8 functions
...
Passworded forums and ones in which user doesn't have
read access will be excluded. Also uft8 based string functions and
html encode/decode functions have been used to sanitise subject.
PHPBB3-10650
2012-04-08 10:34:00 +05:30
720fc46807
[ticket/10650] Cropped subject and inserted newline
...
The subject being displayed in the forum list have been
shortened to 30 characters. Also it is now being shown
in a separate line.
PHPBB3-10650
2012-04-08 10:33:30 +05:30
9b30bd6392
[ticket/10650] Displaying last topic on forum list
...
The most recent topic title of the forum can now
be displayed on the board index. An option is provided
in the ACP under the 'General Forum Setting' which
allows the admin to enable or disable this feature.
PHPBB3-10650
2012-04-08 10:32:19 +05:30
98964a913c
[ticket/10650] Revert merge of 'rahulr92/ticket/10650' into develop
...
The pull request (#654 ) was merged a little too quickly.
In particular, display_last_subject per-forum option needs consensus.
This reverts commit b1fb34a4d7
, reversing
changes made to 7d6b289671
.
PHPBB3-10650
2012-04-04 19:23:05 -04:00
3e9711d6a4
[ticket/10650] Added checking for empty subjects
...
Now empty subjects will not be displayed in a
new line on the forum list.
PHPBB3-10650
2012-04-05 02:06:04 +05:30
7bb9e30199
[ticket/10650] Corrected intendation
...
Corrected the intendation of if condition.
PHPBB3-10650
2012-04-05 01:19:46 +05:30
08bee4c522
[ticket/10650]Added permission checking and utf8 functions
...
Passworded forums and ones in which user doesn't have
read access will be excluded. Also uft8 based string functions and
html encode/decode functions have been used to sanitise subject.
PHPBB3-10650
2012-04-05 00:46:23 +05:30
663b5f6542
[ticket/10650] Cropped subject and inserted newline
...
The subject being displayed in the forum list have been
shortened to 30 characters. Also it is now being shown
in a separate line.
PHPBB3-10650
2012-04-05 00:46:14 +05:30
f32547c215
[ticket/10650] Displaying last topic on forum list
...
The most recent topic title of the forum can now
be displayed on the board index. An option is provided
in the ACP under the 'General Forum Setting' which
allows the admin to enable or disable this feature.
PHPBB3-10650
2012-04-05 00:45:26 +05:30
41d8a777dc
[feature/ajax] Add entirely unrelated but nice newlines
...
PHPBB3-10270
2012-03-31 02:10:18 +02:00
7a04c9048c
[ticket/9916] Updating header license and removing Version $Id$
...
PHPBB3-9916
2011-12-31 13:32:52 +00:00
88ae40a4b1
[ticket/10345] Make use of the plural function in some basic places
...
PHPBB3-10345
2011-11-25 15:10:44 -05:00
4c77903129
[ticket/10484] Use variables for sql_build_query() calls
...
It's easier for mods/extensions to extend the arrays.
PHPBB3-10484
2011-11-21 16:22:07 +01:00
019e43bc2d
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/10237] Display login-box for guests, when (un)subscribing
Conflicts:
phpBB/includes/functions_display.php
2011-11-11 22:17:12 +01:00
f3c9133a6c
Merge remote-tracking branch 'nickvergessen/ticket/10237' into develop-olympus
...
* nickvergessen/ticket/10237:
[ticket/10237] Display login-box for guests, when (un)subscribing
2011-11-11 22:07:11 +01:00
1a19388aa3
[ticket/10237] Display login-box for guests, when (un)subscribing
...
Also initialise $is_watching for PHP Notice: Undefined variable is_watching
PHPBB3-10237
2011-11-06 23:51:29 +01:00