| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
develop-ascraeus
* github-nickvergessen/ticket/12273: (55 commits)
[ticket/12273] Move $extension to constructor so the path is always set
[ticket/12273] Find events.md relative from the path not the phpbb root
[ticket/12273] Do not look in extensions docs/ and tests/ directory
[ticket/12273] Also check file for adm "Location:" events
[ticket/12273] Do not allow template events in non-html files
[ticket/12273] Fix return description
[ticket/12273] Update exporter to allow specifying an extension
[ticket/12273] Allow to filter events for extensions
[ticket/12273] Remove old parameter from function call
[ticket/12273] Fix table header for adm events
[ticket/12273] Add root path to recursive_event_filter_iterator
[ticket/12273] Fix missing classes in export_events_for_wiki.php
[ticket/12273] Use RecursiveDirectoryIterator with filter in php_exporter
[ticket/12273] Use RecursiveDirectoryIterator in md_exporter
[ticket/12273] Fix doc blocks
[ticket/12273] Do not allow 3.1-A1 for template events
[ticket/12273] Sort arguments alphabetically before exporting
[ticket/12273] Do not allow 3.1-A1 version
[ticket/12273] Update since version to 3.1.0-a* style
[ticket/12273] Update existing events
...
|
| |
| |
| |
| | |
PHPBB3-12273
|
|/
|
|
| |
PHPBB3-11917
|
|
|
|
|
|
|
| |
Add functions_module.php core event to allow adjusting parameters
for custom ACP, MCP, UCP modules (location: function list_modules()).
PHPBB3-12336
|
|
|
|
| |
PHPBB3-11360
|
|\
| |
| | |
[ticket/11581] Hide categories on level 0 when they have no visible children
|
| |
| |
| |
| | |
PHPBB3-11581
|
|\ \
| |/
|/|
| |
| |
| |
| |
| |
| | |
* develop-olympus:
[ticket/10549] using correct variable in includes/functions_module.php too
[ticket/10549] changed "right" to "incorrect"
Conflicts:
phpBB/includes/functions_module.php
|
| |
| |
| |
| | |
PHPBB3-10549
|
|\ \
| |/
| |
| |
| |
| |
| |
| | |
* develop-olympus:
[ticket/10549] Adds language variables
Conflicts:
phpBB/includes/functions_module.php
|
| |
| |
| |
| | |
PHPBB3-10549
|
| |
| |
| |
| | |
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9095 89ea8834-ac86-4346-8a33-228a782c2dd0
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
this for languages too.
This will allow applications to define their own language folder for certain parts for example.
Callable by $user->set_custom_lang_path({new_path})
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8782 89ea8834-ac86-4346-8a33-228a782c2dd0
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
whitespaces or forgotten spans, etc.)
Although i somehow mistakingly got #20445 and #15249 into it. :/
Removing s_watching_img from watch_topic_forum() function (Bug #20445)
Changing order for post review if more than one post affected (Bug #15249)
Language typos/fixes (Bug #20425, #15719, #15429, #14669, #13479)
Style/Template fixes (Bug #20065, #19405, #19205, #15028, #14934, #14821, #14752, #14497, #13707, #14738)
Tiny code fixes (Bug #20165, #20025, #19795, #14804)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8350 89ea8834-ac86-4346-8a33-228a782c2dd0
|
| |
| |
| |
| | |
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8347 89ea8834-ac86-4346-8a33-228a782c2dd0
|
| |
| |
| |
| | |
PHPBB3-12006
|
| |
| |
| |
| | |
PHPBB3-12006
|
| |
| |
| |
| | |
PHPBB3-12006
|
| |
| |
| |
| | |
PHPBB3-12006
|
| |
| |
| |
| | |
PHPBB3-12006
|
| |
| |
| |
| | |
PHPBB3-12026
|
| |
| |
| |
| | |
PHPBB3-12026
|
| |
| |
| |
| |
| |
| |
| | |
Correct path for template files in MCP and UCP modules, which are added
via extenstions
PHPBB3-12026
|
| |
| |
| |
| |
| |
| |
| |
| | |
Firefox is currently unable to correctly copy a urlencoded \ so users will be
unable to post links to modules. However we can still fallback to the id
instead of the name, so we do that in this case.
PHPBB3-11871
|
| |
| |
| |
| | |
PHPBB3-11700
|
| |
| |
| |
| | |
PHPBB3-11791
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This was set to default 'template/' to append template/ to all the paths,
but every location was actually just setting it to '' to not append anything.
So removed the option entirely (additional paths can be appended to the paths
being sent to the function already)
PHPBB3-11628
|
| |
| |
| |
| |
| |
| |
| |
| | |
This was basically duplicating functionality. $names would be used if not
empty, else array($name) would be used. Merged functionality into the first
argument
PHPBB3-11628
|
| |
| |
| |
| | |
PHPBB3-11628
|
| |
| |
| |
| | |
PHPBB3-11598
|
| |
| |
| |
| | |
PHPBB3-11598
|
| |
| |
| |
| | |
PHPBB3-11598
|
| |
| |
| |
| |
| |
| | |
Extension authors can change it themselves if necessary
PHPBB3-11598
|
| |
| |
| |
| | |
PHPBB3-10601
|
| |
| |
| |
| |
| |
| |
| | |
Did exactly as the answer here asked:
http://area51.phpbb.com/phpBB/viewtopic.php?p=234111
PHPBB3-10601
|
|\ \
| | |
| | |
| | |
| | | |
* dhruvgoel92/ticket/10704:
[ticket/10704] minor typo in a comment
|
| | |
| | |
| | |
| | |
| | |
| | | |
Make sure $id separation is working fine
PHPBB3-10704
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
Split module_auth into a static and a non-static version.
Call the static version statically and the non-static version non-statically.
PHPBB3-10615
|
| |
| |
| |
| |
| |
| | |
Changing p_master::is_full_class to check allow all module types, not only current type
PHPBB3-10634
|
| |
| |
| |
| | |
PHPBB3-10477
|
| |
| |
| |
| | |
PHPBB3-10477
|
| |
| |
| |
| | |
PHPBB3-10477
|
| |
| |
| |
| | |
PHPBB3-9916
|
| |
| |
| |
| |
| |
| |
| | |
There are now extension_ and core_ methods for all finder settings as well as
a generic method which overwrites both.
PHPBB3-10323
|
| |
| |
| |
| | |
PHPBB3-10323
|
| |
| |
| |
| | |
PHPBB3-10323
|
| |
| |
| |
| |
| |
| |
| | |
The referenced extension needs to be explicitly specified in an add_lang_ext()
call.
PHPBB3-10323
|
| |
| |
| |
| |
| |
| |
| | |
These module basenames are hardcoded in a bunch of places so they need to
continue to work unless we want to rewrite all of them.
PHPBB3-10323
|
| |
| |
| |
| |
| |
| | |
The updater swaps out all basenames.
PHPBB3-10323
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
To avoid large bc breaking changes, modules in the old includes directory
structure still follow the same naming conventions. Modules in extensions
have to be placed in an xcp/ folder and need a _module suffix. The
corresponding info file is in the same directory but with an _info suffix.
PHPBB3-10323
|