David King
a37a28b485
[ticket/10586] Now tests run, but fail. But here is what I have.
...
PHPBB3-10586
2012-03-19 09:12:33 -04:00
David King
9212466626
[ticket/10586] some bootstrap additions and test changes to try and make it work
...
PHPBB3-10586
2012-03-19 09:12:32 -04:00
David King
401de113f9
[ticket/10586] test stuff. does not work yet, still need to put phpBB objects in bootstrap.php
2012-03-19 09:12:32 -04:00
David King
e5ce964656
[ticket/10586] Copy/paste fail fixed
...
PHPBB3-10586
2012-03-19 09:12:32 -04:00
David King
e45452d1b3
[ticket/10586] Sanitize periods from class names, use manager to get path.
...
PHPBB3-10586
2012-03-19 09:12:32 -04:00
David King
969c6d42e3
[ticket/10586] Removed file_exists() check because class_exists() covers that.
...
PHPBB3-10586
2012-03-19 09:12:32 -04:00
David King
a0131b45f5
[ticket/10586] Extension front controller
...
Handle extension front pages
PHPBB3-10586
2012-03-19 09:12:31 -04:00
Bruno Ais
3a044b4b3e
[feature/save-post-on-report] Changed mark in subsilver2 to look like viewtopic
...
As cyberalien requested. This was changed to match better the idea behind
what was made in prosilver to subsilver2.
PHPBB3-10600
2012-03-19 08:27:32 -04:00
Bruno Ais
28c6b95100
[feature/save-post-on-report] bbcode_nl2br missing.
...
New lines were missing in the reported_post_text.
By adding the bbcode_nl2br() became as it is supposed to.
PHPBB3-10600
2012-03-19 08:27:32 -04:00
Bruno Ais
165a2d1aa8
[feature/save-post-on-report] Change the column type of reported text
...
What ever it said. I changed the type of data in the column
reported_post_text to match what was requested by p
PHPBB3-10600
2012-03-19 08:27:32 -04:00
Bruno Ais
18373035c3
[feature/save-post-on-report] Changed the name of the column
...
The name of the column was changed from reported_post AND
reported_text to reported_post_text.
This change was made by request
PHPBB3-10600
2012-03-19 08:27:32 -04:00
Bruno Ais
6f5c0dddfc
[feature/save-post-on-report] Bug fix table name
...
There was a bug in the previous commit. I changed the name
of the colon of the table and forgot to update the database_update.php
now it's fixed.
PHPBB3-10600
2012-03-19 08:27:32 -04:00
Bruno Ais
c241a4a2b4
[feature/save-post-on-report] Saves the post reported when a report is creat
...
A problem when creating a report is that the report may be made and then
the post changed. After the changes, if the report is seen the message
it shows may not be correct to be reported. With these changes, when
a report is created the system copies the post that was reported and
shows it in the report details in the MCP
PHPBB3-10600
2012-03-19 08:27:31 -04:00
Bruno Ais
95b5109c62
[feature/save-post-on-report] The complete changes for this feature
...
This covers all the changes so that when a report is made, the post
itself is copied and displayed in the MCP instead of the current post.
Unfortunatly, I made all commits in the wrong way and they were lost.
Now I have only the final files.
2012-03-19 08:27:31 -04:00
Andreas Fischer
cfd0afe4ea
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/10691] Fixed the speed of creating search index
2012-03-19 12:55:37 +01:00
Andreas Fischer
dad37a4329
Merge remote-tracking branch 'dhruvgoel92/ticket/10691' into develop-olympus
...
* dhruvgoel92/ticket/10691:
[ticket/10691] Fixed the speed of creating search index
2012-03-19 12:55:24 +01:00
Dhruv Goel
c551b46115
[ticket/10691] Fixed the speed of creating search index
...
$time is now initialized after each batch iteration.
Speed for each batch iteration of creating search index is fixed.
PHPBB3-10691
2012-03-19 17:11:30 +05:30
Cullen Walsh
3963b39634
[feature/avatars] Making schema changes for db tables
...
These schema changes make manual column chaning uncessesary.
PHPBB3-10018
2012-03-18 22:22:41 +00:00
Cullen Walsh
48e61b1b45
[feature/avatars] Support editing of group avatars in ACP
...
Edited templates for group avatars so they can be properly modified in ACP
PHPBB3-10018
2012-03-18 22:22:41 +00:00
Cullen Walsh
8416bf3dc9
[feature/avatars] Made ACP avatar gallery in Manage Users prettier
...
Added row/column information so avatars can be displayed nicely in
the ACP
PHPBB3-10018
2012-03-18 22:21:36 +00:00
Cullen Walsh
a06380c69a
[feature/avatars] Make avatars generic
...
Adding a cleaning function for data coming from the users/groups
tables so drivers only deal with clean data (ideally). Refactored
get_user_avatar() and get_group_avatar() to use an underlying
get_avatar() function.
PHPBB3-10018
2012-03-18 22:21:36 +00:00
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
Igor Wiedler
847d47a533
[feature/event-dispatcher] Change subscriber naming {subscriber => listener}.php
...
This is more consistent with what Symfony2 uses (EventListener/FooListener.php).
PHPBB3-9550
2012-03-18 23:12:17 +01:00
Oleg Pudeyev
43899ffdf3
[feature/event-dispatcher] Implement mutation for page_header ledge.
...
PHPBB3-9550
2012-03-18 02:48:55 -04:00
Oleg Pudeyev
be23445b8c
[feature/event-dispatcher] Add get_data_filtered function to event data.
...
Its purpose is to discard any keys added by hooks to data stored
in the event, such that only keys that the ledge knows how to handle
are processed.
PHPBB3-9550
2012-03-18 02:48:55 -04:00
Oleg Pudeyev
fbf34f16ab
[feature/event-dispatcher] Implement configurable autoloader selection.
...
The code is in startup.php which should be used by all scripts.
PHPBB3-9550
2012-03-18 02:48:55 -04:00
Oleg Pudeyev
0af7d610c0
[feature/event-dispatcher] Delete hard dependency on composer.
...
Applications should not depend on package managers.
PHPBB3-9550
2012-03-18 02:48:55 -04:00
Callum Macrae
79a987ffcb
[ticket/10510] Moved a $user->lang call into the function.
...
PHPBB3-10510
2012-03-17 18:06:46 +00:00
Callum Macrae
b530a4ede4
[ticket/10510] Shortened an if statement.
...
Replaced an isset() and var check with a !empty.
PHPBB3-10510
2012-03-17 18:06:46 +00:00
Callum Macrae
784c9725f3
[ticket/10510] Made a couple improvements to phpbb_add_quickmod_option.
...
PHPBB3-10510
2012-03-17 18:06:45 +00:00
Callum Macrae
4f59990d90
[ticket/10510] Added phpbb_add_quickmod_option and moved existing to it.
...
PHPBB3-10510
2012-03-17 18:06:45 +00:00
Callum Macrae
c52e99fdbb
[ticket/10510] Fixed a bug where quickmod tools weren't being displayed.
...
It was referring to some template variables that were removed in a
previous commit. Changed!
PHPBB3-10510
2012-03-17 18:06:45 +00:00
Callum Macrae
9a07f5287c
[ticket/10510] Moved quick-mod tools into a loop.
...
PHPBB3-10510
2012-03-17 18:06:37 +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