View | Annotate | Download (23 KB)
Copy 3.0.x branch to trunk
[Change] Alllow applications to set custom module inclusion path (idea by HoL)
The same way we allow defining a custom template/style path we now allow 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})
Hiding everywhere little buggers, eh?
One commit for those fixes having a very tiny impact (mostly only 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)...
#20125
This commit was manufactured by cvs2svn to create branch 'phpBB-3_0_0'.
dumdidum... sorry. ;)
this addition was only a test...
Some changes... non-invasive...
+ some fixes
it has been decided amongst the team that using glob() is bad practice, after determining the overall usage among projects as well as the security history of the function.
more failsafe "glob()" method.
- do not include if there are no files fetched with glob() - allow options for merged files on update (merge, new file, old file)
allow mod authors to plug in info_ language files for population within the menu.
"Ghost" topics in active topics list when shadow topics and corresponding topic in same resultset [#10313] Find a member supporting hidden groups for those able to see them [#10305] Display hidden groups for all those able to see them across the board (composing messages, viewonline)...
#10005, #10003, #10001, #9999, #9945, #9965, #9909, #9906, #9877, #9861, #9831, #9830, #9815, #9665, #9624
prosilver adjustments for important announcements in ucp - #9995 MCP fixes for user notes/warnings - #9981 Preserving imageset values on save/edit find a member link for Mass PM's - #9925...
some tiny bugfixes and changed is_active() a bit...
#5280
- added confirm box to ucp zebra (adding fried/foe) - permission fixes for conversions - use more appropiate error message within convertor if source tables could not be found - other tiny fixes
fixing mcp bugs by introducing a new feature to check for loaded/accessible modules/modes. If the MCP module "logs" get disabled the quick mod tools on viewtopic still show a link to the logs, this will then lead to an error message. This is not fixable. The logs should be accessible to all moderators by default.
some fixes today - most important change is the consolidation of the display attachment functions; merging them together to have one function we need to call.
- some fixes - important bugfix for the mcp and determining allowed ids in general (if global announcements are included)
hmm, this was for debugging. :)
- fixing a bunch of bugs - moved the install trigger error to sessions and also disabled it for those having DEBUG_EXTRA enabled. i hope not having introduced too many new bugs.
fix for bug #5490 - make sure bots are catched by the posting auth too.
some tiny fixes.
Revised attachment categories a bit Fixes for the following bugs: #4830 #4818 #4816 #4810 #4808 #4798 #4796 #4772 #4662 #4646 #4546 #4524 #4270
I hope not having introduced additional severe errors :)
fix some bugs - hopefully not breaking anything...
- renamed the following columns: comment -> attach_comment new, forwarded, unread, marked, deleted -> pm_new, pm_forwarded, pm_unread, pm_marked, pm_deleted module_name -> module_basename value -> lang_value
- every column is now NOT NULL - every column is now having a DEFAULT value...
- add additional auth check to the permission roles modules - added new function to return globally used expressions (get_preg_expression($mode)). This should be very helpful in getting wide spread similar checks (regular expressions) to one place reducing the risk of forgetting to change every location if you fix one. ;) We will add additional ones later, at the moment only the email check is retrieved......
- get swatch converted into new acp format - add page title to ucp pages - add ability to supress getting the who is online list in page_header() (saves us ideally 1-2 queries on ucp/mcp pages) - fixing pm rules a bit as well as now having complete author memberships for author_in_group (sender -> is in usergroup -> xxx)
ok, this one is rather large... the most important change: re-introduce append_sid: old style continues to work, not a performance hog as it was in 2.0.x -> structure is different
apart from this, code cleanage, bug fixing, etc.
ok, try this one. :) Hopefully not breaking anything.
ah, damn, revert this change. If we check here, hidden modules are no longer able to be called.
correctly hide categories with only hidden modules
i see the reports arise...
- create forums by default - hide prune options if not enabled - fixed module management enable/disable switch if in module itself - fixed some schema errors - adjusted $user->page array generation for developers calling scripts outside of phpBB root
fixing bug #1860
- changed module*_url to only use the main module name but the mode as parameter - custom module lang function now suffixed by _lang - added general custom function with mode and module_row parameter
- do not display friends/foes if zebra has been disabled
- adding ability to assign moderator specific ban options - fixing destroying of sql caches - fixing referencing of sql cached queries if more than one are active on one page - other fixes
- fix cookie shortening - let the acm handle the module cache - call $cache->save() after destroying data if necessary
- properly hide items
- fix some tiny bugs - fix module system (sometimes the layout is broken due to falsly deactivated categories) - auth updates (setting permissions) - fix "category jumping" bug in acp - u_action is defined by the module itself
- make acl_getf_global() availible to module auth checks
- ability to change anonymous user settings more easily - fix serious bugs in permissions (always allowing if permissions explicitly set and getting wrong permission options from bitfield) - added option for returning an array to make_forum_select - again fixing bugs in module system (one for a very query consuming part and one for correctly filling the cache)
- size select fix - introduced function for building group options (acp) - fixed acl_getf if negated option needs to be retrieved - only using one function for updating post informations - fixing module display if module is disabled - if user is having a non-existent style do not print out error message, instead fix the users value and load the default style
Rats! Out of Bug Spray... Still have a handy can of Superfluous Function-call Be-gone!
// TODO: Pick up more Bug Spray!
Fixing a permissions issue where a user only has local moderator rights. David - please test to make sure it works for you as well NB: There is still an outstanding issue on the queue module to be looked at later
- fix a very nasty error: If there is a tree of more than one category but with no module in there there is no module to activate (module not found error). We have to go through the tree to make sure we are not displaying categories with no modules - took a bit to find this bug. :/
- only include modules with the correct extension. ;) - fix evaluating if module is enabled or disabled (now disables all childs if parent/category is disabled)
- custom profile fields - prune users - prune forums
- some bugfixes - checking if page_header has been called already - call correct page footer function - rewrote avatar gallery - seperated compilation of template and template functions (new file: functions_template.php) - added assign_display function to template...
- some SQL:2003 changes (basicly joins, mysql5 is sql:2003 compliant in strict mode now) - postgresql not supporting this standard. :/ - acp changes
- more acp additions and changes...
In keeping with tradition I remove yet more code.... (abstraction of functionality used by the mcp to allow it to be used elsewhere)
- some ucp changes (added the module info too)
The MCP strikes back.... :-)
- add module_display to modules table (for modes executed but not displayed) - correctly assign $id variable for modules (name for modules and id for categories)
- updated topic tracking code - additional changes (mostly bugfixes) - bart, if you update your user table with the user_lastmark field, set it to the user_lastvisit value ;) - and last but not least, introducing some bugs in ucp main front (regarding topic tracking)
- added new query type to dbal's sql_build_array - allow setting custom template path - adjusted module class to correctly parse trees with more than one category - added caching to module class
dumdidum
- Pauls (psoTFX) new module class
- Documentation related changes - added resend activation email dialog - fixed issue in session code - log failed/successful admin re-authentication/login - fixed simple forum dropdown box (used in mcp and posting)
Hello everyone! My name is functions_module, happy to meet you ... no humping please