Nathan Guse
28ca2d6a5f
[ticket/10631] Stagger the enable/disable/purge for extensions
...
PHPBB3-10631
2012-09-01 15:05:18 +01:00
Nathan Guse
bf6e91b5f3
[ticket/10631] Fixing some more issues
...
PHPBB3-10631
2012-09-01 15:05:16 +01:00
Nathan Guse
6b12f71b94
[ticket/10631] Fix list_available_exts
...
PHPBB3-10631
2012-09-01 15:05:14 +01:00
Nathan Guse
3ba59c6362
[ticket/10631] Various tidbits and cleanup on the acp extensions manager
...
PHPBB3-10631
2012-09-01 15:05:12 +01:00
Michael Cullum
c45243a91e
[ticket/10631] Fix so it installs the module in the correct place
...
PHPBB3-10631
2012-09-01 15:05:10 +01:00
Michael Cullum
18cd1262b2
[ticket/10631] Fixing up the template
...
PHPBB3-10631
2012-09-01 15:05:08 +01:00
Michael Cullum
0c18b16e28
[ticket/10631] Adding docblocks
...
PHPBB3-10631
2012-09-01 15:05:06 +01:00
Michael Cullum
dd4f07f9bb
[ticket/10631] Template shouldn't be required
...
PHPBB3-10631
2012-09-01 15:05:04 +01:00
Michael Cullum
3e6761b026
[ticket/10631] Fixing and finishing the extension metadata class.
...
PHPBB3-10631
2012-09-01 15:05:03 +01:00
Michael Cullum
10cba1426d
[ticket/10631] Some tidying up
...
PHPBB3-10631
2012-09-01 15:05:00 +01:00
Michael Cullum
ac883e2652
[ticket/10631] Remove the now un-used method
...
PHPBB3-10631
2012-09-01 15:04:58 +01:00
Michael Cullum
a0e283d7b0
[ticket/10631] Adding extension metadata manager class
...
PHPBB3-10631
2012-09-01 15:04:56 +01:00
Michael Cullum
4cbfa61753
[ticket/10631] A few more extension admin changes
...
PHPBB3-10631
2012-09-01 15:04:55 +01:00
Michael Cullum
7a954d352e
[ticket/10631] Fixing some items mentioned in PR
...
PHPBB3-10631
2012-09-01 15:04:53 +01:00
Michael Cullum
3a5843959c
[ticket/10631] Fixing some extension admin issues found
...
PHPBB3-10631
2012-09-01 15:04:50 +01:00
Michael Cullum
e768d0066d
[ticket/10631] Update extensions language file for some issues found
...
PHPBB3-10631
2012-09-01 15:04:48 +01:00
Michael Cullum
9cd0e09f5d
[ticket/10631] Rename language file to extensions.php
...
PHPBB3-10631
2012-09-01 15:04:47 +01:00
Michael Cullum
913b3fb0c1
[ticket/10631] Changing Ext Admin List to conform to standards
...
PHPBB3-10631
2012-09-01 15:04:45 +01:00
Michael Cullum
85e871e902
[ticket/10631] Removing ?> at end of customisations language file
...
PHPBB3-10631
2012-09-01 15:04:43 +01:00
Michael Cullum
a51ef44447
[ticket/10631] Some rewording of extensions admin language
...
PHPBB3-10631
2012-09-01 15:04:41 +01:00
Michael Cullum
305b5fe939
[ticket/10631] Fixing some issues spotted in extensions admin
...
Removing whitespace, cast the items from the json file straight into template vars (not via variables) and fixing some double quotes to single quotes.
PHPBB3-10631
2012-09-01 15:04:39 +01:00
Michael Cullum
29a9f3e70d
[ticket/10631] Update extensions admin language
...
Added details page information, added a new line at end of file and removed some whitespace.
PHPBB3-10631
2012-09-01 15:04:37 +01:00
Michael Cullum
8824ccb392
[ticket/10631] Add an extension details page
...
PHPBB3-10631
2012-09-01 15:04:35 +01:00
Michael Cullum
5e6b4c7192
[ticket/10631] Adding an extensions admin
...
PHPBB3-10631
2012-09-01 15:04:33 +01:00
Fyorl
1520130b27
[ticket/11045] Replaced __DIR__ with dirname(__FILE__)
...
PHPBB3-11045
2012-09-01 09:45:11 +08:00
Joas Schilling
3bc3cf6e00
[feature/soft-delete] Update column names in update script and add permissions
...
PHPBB3-9657
2012-08-30 23:05:28 +02:00
Joas Schilling
c03d692a98
[feature/soft-delete] Fix some more usages of _approved column names
...
PHPBB3-9657
2012-08-30 22:57:00 +02:00
Joas Schilling
625e7ef58a
[feature/soft-delete] Update development scripts with new column names
...
PHPBB3-9657
2012-08-30 22:54:24 +02:00
Joas Schilling
a6d3432f8b
[feature/soft-delete] Update search to use $post_visibility
...
Todo: Sphinx currently does not respect this setting at all.
PHPBB3-9657
2012-08-30 22:20:52 +02:00
Joas Schilling
5b54ec2d64
[feature/soft-delete] Try to fix search.php
...
at least it's running now, but the performance is not very good.
PHPBB3-9657
2012-08-30 19:47:16 +02:00
Joas Schilling
1c043254c0
[feature/soft-delete] Add get_visibility_sql_forums based on global
...
The resulting query is 4-times faster, as the forum_id IN () arrays are
smaller and we need less AND/OR to build the hole query. The main difference
between those two functions is, that this one takes an array of included ids and
the _global one takes an array of excluded ids.
PHPBB3-9657
2012-08-30 18:07:00 +02:00
Joas Schilling
df83f22b71
[feature/soft-delete] Fix copy-paste fail for database update on the index
...
PHPBB3-9657
2012-08-30 16:21:27 +02:00
Joas Schilling
a1e0690b6b
[feature/soft-delete] Simplification part2: user can see all item visibilities
...
If the user can see all visibilities, we can simply leave out the query part,
instead of adding a bunch of ANDs.
PHPBB3-9657
2012-08-29 22:12:33 +02:00
Joas Schilling
44ed05f567
[feature/soft-delete] Simplify the query output if the user has m_restore
...
PHPBB3-9657
2012-08-29 19:30:33 +02:00
Joas Schilling
36c9f6aa87
[feature/soft-delete] Update posts and topics table with database_update.php
...
PHPBB3-9657
2012-08-29 19:11:33 +02:00
Joas Schilling
8a036fa3e4
[feature/soft-delete] Update restoring feature to use ajax if requested.
...
Also fixes the mcp as a hole:
- displayes a success message
- gives a link to the post, if only one was restored
PHPBB3-9657
2012-08-29 18:42:14 +02:00
Joas Schilling
b774c09c7f
[feature/soft-delete] Use the variable which holds the correct item status
...
PHPBB3-9657
2012-08-29 17:50:14 +02:00
Joas Schilling
d9a93a9cdc
[feature/soft-delete] Fix missing AND in query
...
PHPBB3-9657
2012-08-29 17:50:14 +02:00
Joas Schilling
910f1602cd
[feature/soft-delete] Fix displaying of "deleted post" note in viewtopic
...
PHPBB3-9657
2012-08-29 17:50:14 +02:00
Joas Schilling
9300ff4c6e
[feature/soft-delete] Remove imageset/ which was created by merge conflict
...
We don't have imagesets in 3.1 anymore.
PHPBB3-9657
2012-08-29 17:50:13 +02:00
Joas Schilling
9abfba5191
[feature/soft-delete] Fix the schema files to the correct line ends again
...
PHPBB3-9657
2012-08-29 17:50:13 +02:00
Joas Schilling
1935568c3e
[feature/soft-delete] Fix typo in column name topic_visibility
...
PHPBB3-9657
2012-08-29 17:50:13 +02:00
Joas Schilling
5ff35ccf72
[feature/soft-delete] Use autoloading for content_visibility class
...
PHPBB3-9657
2012-08-29 17:50:12 +02:00
Josh Woody
1ab41f8dc6
[feature/soft-delete] Fix some small bugs
...
To wit: using non-existing constant POST_DELETED in posting.php; first test
post was initially unapproved; soft delete checkbox appeared at post time
Links pointing to the wrong place.
PHPBB3-9657
2012-08-29 17:50:12 +02:00
Josh Woody
f570558a8d
[feature/soft-delete] Add a processor for action == restore in mcp_queue.php
...
Restoring a post within mcp_queue.php didn't do anything before this commit. Now it does, by way of a function which is very similar to approve_post.
PHPBB3-9657
2012-08-29 17:50:12 +02:00
Josh Woody
a80cfafdd9
[feature/soft-delete] Rename phpbb_visibility class to phpbb_content_visibility
...
Rename the class to more accurately reflect what it does.
PHPBB3-9657
2012-08-29 17:50:11 +02:00
Josh Woody
6739375135
[feature/soft-delete] Add unit tests for the phpbb_visibility class
...
Add unit tests for the phpbb_visibility class. Adjust the phpbb_visibility class to pass those unit tests. The changes are pretty small, actually.
PHPBB3-9657
2012-08-29 17:50:11 +02:00
Josh Woody
fb13ab83e4
[feature/soft-delete] Implement the ability to soft-delete and restore posts
...
The soft delete feature seems to work. Tests are pending. A real icon is pending. Add the permissions and the interface to soft-delete posts. Also able to restore posts via the MCP queue
PHPBB3-9657
2012-08-29 17:50:11 +02:00
Josh Woody
c32d760806
[feature/soft-delete] I told you I was going to rename the class!
...
Rename topic_visibility class to phpbb_visibility. Also a bit of work to the class itself, mostly cleanup and adding the comments that I'd previously written.
PHPBB3-9657
2012-08-29 17:49:38 +02:00
Josh Woody
244f6e2ddc
[feature/soft-delete] Correct some mistakes in e8d47
...
Notably: Uncomment the die() in create_schema_files, and add the class that makes everything tick.
PHPBB3-9657
2012-08-29 17:49:37 +02:00