Cullen Walsh
d0bb14ded1
[feature/avatars] Update ACP manage users, fix gallery focus issue
...
Updated ACP to match UCP with dropdown. Correctly determe which
avatar to focus on by checking if the form was submitted and
avatar_driver is set.
PHPBB3-10018
2012-03-18 22:21:36 +00:00
Cullen Walsh
6deadc3acf
[feature/avatars] Rework UCP to be simpler/more consistent
...
Redesigning the UCP avatar page to use javascript to make use less
confusing. This design is also more easily transfered to the ACP for
group avatars, which will give better consistency in the long run.
PHPBB3-10018
2012-03-18 22:21:36 +00:00
Cullen Walsh
22c864cb3a
[feature/avatars] Dynamically list the avatar types in UCP and ACP
...
List the avatar types more nicely, adding UCP modify user support
PHPBB3-10018
2012-03-18 22:21:36 +00:00
Cullen Walsh
6d0f2e4788
[feature/avatars] Fixing typos in avatar manager and local avatars
...
See above
PHPBB3-10018
2012-03-18 22:20:45 +00:00
Cullen Walsh
84099e5bc1
[feature/avatars] Support proper avatar deletion, stub ACP
...
Fixing avatar deletion in the UCP and ACP, and stubbing the ACP
configuration page. I'll admit I kind of got caught carried away, so
this really should be a couple separate commits.
PHPBB3-10018
2012-03-18 22:20:45 +00:00
Cullen Walsh
611a1d647a
[feature/avatars] Refactor avatar's handle_form
...
Since it was performing two distinct operations, refactor handle_form
to separate functions that prepare and process forms.
PHPBB3-10018
2012-03-18 22:20:45 +00:00
Cullen Walsh
019b9bc073
[feature/avatars] Implement avatar uploads for ucp
...
As above, implement avatar uploads from local and remote sources in
the UCP.
PHPBB3-10018
2012-03-18 22:20:45 +00:00
Cullen Walsh
f02f621686
[feature/avatars] Fixing remote avatars size checks
...
Remote avatars size checks were broken. It assumed getimagesize() was
available and used the wrong template values.
PHPBB3-10018
2012-03-18 22:20:45 +00:00
Cullen Walsh
00d4b9d431
[feature/avatars] Implement UCP remote/local avatars
...
Implementing selection logic for gallery and remote avatars. Modified
some of the driver interfaces to make things work nicer also. Upload
functionality will be in the next commit.
PHPBB3-10018
2012-03-18 22:20:45 +00:00
Cullen Walsh
f102d9a631
[feature/avatars] Various cosmetic changes
...
Various small changes based on feedback from nn-
* Renaming $php_ext to $phpEx
* Fixing copyright years
* Explain $ignore_config
* Explain Regex
* Copypasta package error
* rename get_singleton
PHPBB3-10018
2012-03-18 22:19:17 +00:00
Cullen Walsh
7abded081d
[feature/avatars] UCP Avatar Interface
...
This stubs out the avatar form fields and how form processing will
occur. Form processing is not yet implemented, but shouldn't be too
hard. After this I will refactor/duplicate some of the logic for the
ACP.
PHPBB3-10018
2012-03-18 22:19:16 +00:00
Cullen Walsh
24379f1297
[feature/avatars] Rename gallery avatar driver
...
Renaming gallery avatar driver to better work with existing config options.
PHPBB3-10018
2012-03-18 22:19:16 +00:00
Cullen Walsh
16bb0f00b7
[feature/avatars] Add drivers for standard avatar types
...
Adding drivers for gallery, uploaded, and remote avatars. These may
be used as examples for others to develop their own avatar drivers.
PHPBB3-10018
2012-03-18 22:19:16 +00:00
Cullen Walsh
1bd3d40121
[feature/avatars] Refactor avatars to use manager
...
Manager now stores singletons of each driver to speed loading.
PHPBB3-10018
2012-03-18 22:19:16 +00:00
Cullen Walsh
4c699e0d0a
[feature/avatars] Modularized Avatars
...
A modularized avatar system that easily allows plugins to be created
for various avatar services, such as Gravatar.
This inital commit includes module support and is backwards
compatible with 3.0 avatars, but does notcontain ACP or UCP modules
for manipulating new avatars.
PHPBB3-10018
2012-03-18 22:19:16 +00:00
Oleg Pudeyev
1fa39ea722
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/8636] Add resync option to topic_view moderation page
2012-03-16 06:18:35 -04:00
Oleg Pudeyev
81eeafbb8d
Merge remote-tracking branch 'nickvergessen/ticket/8636' into develop-olympus
...
* nickvergessen/ticket/8636:
[ticket/8636] Add resync option to topic_view moderation page
2012-03-16 06:18:29 -04:00
Oleg Pudeyev
8de8dc916e
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/10689] Fix "First character"-option in "Find a member"-search
2012-03-16 06:06:56 -04:00
Oleg Pudeyev
95e011ccbe
Merge remote-tracking branch 'nickvergessen/ticket/10689' into develop-olympus
...
* nickvergessen/ticket/10689:
[ticket/10689] Fix "First character"-option in "Find a member"-search
2012-03-16 06:06:44 -04:00
Joas Schilling
33dce916e2
[ticket/10690] Fix undefined UNAPPROVED_POSTS_ZERO_TOTAL in queue
...
PHPBB3-10690
2012-03-14 22:22:22 +01:00
Joas Schilling
3b7a6a3efa
[ticket/10689] Fix "First character"-option in "Find a member"-search
...
PHPBB3-10689
2012-03-12 00:39:12 +01:00
Andreas Fischer
3850b05fbb
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/7432] Delete redundant reference to "appropriate menu item".
[ticket/7432] Explain what users are inactive in more detail.
2012-03-09 23:43:11 +01:00
Andreas Fischer
aee79c6cdb
Merge remote-tracking branch 'p/ticket/7432' into develop-olympus
...
* p/ticket/7432:
[ticket/7432] Delete redundant reference to "appropriate menu item".
[ticket/7432] Explain what users are inactive in more detail.
2012-03-09 23:41:43 +01:00
Oleg Pudeyev
c001bb9c03
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/9831] Fix saving unchecked checkbox field value
[ticket/9831] Correctly store checkbox default value for boolean CPF.
2012-03-09 05:55:56 -05:00
Oleg Pudeyev
bd1fb91dd2
Merge remote-tracking branch 'rxu/ticket/9831' into develop-olympus
...
* rxu/ticket/9831:
[ticket/9831] Fix saving unchecked checkbox field value
[ticket/9831] Correctly store checkbox default value for boolean CPF.
2012-03-09 05:24:03 -05:00
Oleg Pudeyev
5c4788a24c
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/9084] Explain the logic.
[ticket/9084] Don't hide 'non-entered' dropdown CPF value if not required
2012-03-09 04:42:16 -05:00
Oleg Pudeyev
0ec8e9dbff
Merge remote-tracking branch 'rxu/ticket/9084' into develop-olympus
...
* rxu/ticket/9084:
[ticket/9084] Explain the logic.
[ticket/9084] Don't hide 'non-entered' dropdown CPF value if not required
2012-03-09 04:42:05 -05:00
Oleg Pudeyev
cd61de4bfd
[ticket/9084] Explain the logic.
...
PHPBB3-9084
2012-03-09 04:35:09 -05:00
Oleg Pudeyev
35309de0b7
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/10653] Call get_row_count of base class in mysql get_estimated_row_count
[ticket/9813] Only get posts table row count if we detected a fulltext index.
[ticket/9813] Also use estimated row count of posts table for fulltext mysql.
[ticket/10653] Fix parameter to substr() in unit tests. Should be 1, not -1.
[ticket/10653] Unit tests for get_row_count() and get_estimated_row_count().
[ticket/10653] Add ability to count table rows to database abstraction layer.
[ticket/9813] Use table status row count only if greater than 100000 or exact.
[ticket/9813] Use SHOW TABLE STATUS to get search stats for native on MySQL.
2012-03-08 08:44:32 -05:00
Andreas Fischer
c11607bdd1
[ticket/10653] Call get_row_count of base class in mysql get_estimated_row_count
...
There is no point in fetching the table status again.
PHPBB3-10653
2012-03-08 14:39:03 +01:00
Andreas Fischer
01d90e59a8
[ticket/9813] Only get posts table row count if we detected a fulltext index.
...
PHPBB3-9813
2012-03-08 14:38:59 +01:00
Oleg Pudeyev
65e711cbb0
Merge remote-tracking branch 'cyberalien/feature/append_var' into develop
...
* cyberalien/feature/append_var:
[feature/append_var] Adding test case
[feature/append_var] Adding append_var template class function
2012-03-07 18:20:49 -05:00
Oleg Pudeyev
89a0cbc57e
[ticket/7432] Delete redundant reference to "appropriate menu item".
...
PHPBB3-7432
2012-03-07 18:00:57 -05:00
Andreas Fischer
74dfea22a1
Merge remote-tracking branch 'p/ticket/10618' into develop
...
* p/ticket/10618:
[ticket/10618] Change phpBB 3 to phpBB 3.1.
[ticket/10618] Replace phpBB 3.0 with phpBB 3 for 3.1.
2012-03-07 12:56:32 +01:00
Oleg Pudeyev
6e207e3f69
[ticket/10618] Change phpBB 3 to phpBB 3.1.
...
PHPBB3-10618
2012-03-06 19:42:33 -05:00
Vjacheslav Trushkin
a98117b229
[feature/append_var] Adding append_var template class function
...
Adding append_var template class function
PHPBB3-10666
2012-03-05 02:41:42 +02:00
Andreas Fischer
785c75254e
[ticket/9813] Also use estimated row count of posts table for fulltext mysql.
...
Since this is 'only' for statistics anyway, using an estimated value does no
harm. Also, if MyISAM is the underlying storage engine for the posts table,
the value will actually be exact.
PHPBB3-9813
2012-03-05 00:29:28 +01:00
Andreas Fischer
f9953fc339
[ticket/10653] Add ability to count table rows to database abstraction layer.
...
PHPBB3-10653
2012-03-03 21:04:01 +01:00
Andreas Fischer
97cf433dea
[ticket/9813] Use table status row count only if greater than 100000 or exact.
...
PHPBB3-9813
2012-03-03 21:03:55 +01:00
Andreas Fischer
efe25a0b49
[ticket/9813] Use SHOW TABLE STATUS to get search stats for native on MySQL.
...
PHPBB3-9813
2012-03-03 21:03:50 +01:00
Andreas Fischer
d6a6d63a9e
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/8652] Comment for also updating forum watch table in user_notification.
[ticket/8652] Sending 2 emails on 2 replies
2012-03-02 14:22:32 +01:00
Andreas Fischer
d67fae0f09
Merge branch 'ticket/bantu/8652' into develop-olympus
...
* ticket/bantu/8652:
[ticket/8652] Comment for also updating forum watch table in user_notification.
[ticket/8652] Sending 2 emails on 2 replies
2012-03-02 14:22:18 +01:00
Andreas Fischer
b74530259f
[ticket/8652] Comment for also updating forum watch table in user_notification.
...
PHPBB3-8652
2012-03-02 14:20:29 +01:00
Bruno Ais
470b79c9e3
[ticket/8652] Sending 2 emails on 2 replies
...
This is a fix for the problem of the system sending 2 emails when there are 2
replies to a topic where the user is subscribed in a topic and the forum that
contains the topic.
This simple fix seems to solve the problem. In simple tests I made it shows
it does.
PHPBB3-8652
2012-03-02 11:08:56 +00:00
Andreas Fischer
89af42dfab
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/10639] Do not allow negative post count as rank's minimum posts
2012-02-28 22:29:03 +01:00
Andreas Fischer
2f95a67765
Merge remote-tracking branch 'nickvergessen/ticket/10639' into develop-olympus
...
* nickvergessen/ticket/10639:
[ticket/10639] Do not allow negative post count as rank's minimum posts
2012-02-28 22:28:54 +01:00
Andreas Fischer
5ee1bcd2e4
Merge remote-tracking branch 'nickvergessen/ticket/10672' into develop
...
* nickvergessen/ticket/10672:
[ticket/10672] Fix total post count language string in statistics and feed
2012-02-28 22:27:16 +01:00
Andreas Fischer
50d234b9af
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/9220] Remove margin on table.table1 so it's centered in the blue box.
Conflicts:
phpBB/styles/prosilver/template/memberlist_leaders.html
2012-02-28 22:25:09 +01:00
Andreas Fischer
f6cf8782c8
Merge remote-tracking branch 'nickvergessen/ticket/9220' into develop-olympus
...
* nickvergessen/ticket/9220:
[ticket/9220] Remove margin on table.table1 so it's centered in the blue box.
2012-02-28 22:23:38 +01:00
Joas Schilling
5924bc1d02
[ticket/10672] Fix total post count language string in statistics and feed
...
PHPBB3-10672
2012-02-27 19:13:31 +01:00