1
0

Added mor event hook SQL query parts

This commit is contained in:
Garvin Hicking
2008-05-15 11:40:32 +00:00
parent fdc4977430
commit db80a5c199
3 changed files with 34 additions and 20 deletions

View File

@ -3,6 +3,14 @@
Version 1.4 ()
------------------------------------------------------------------------
* Added possibility to access more SQL query parts of fetchEntries
through plugin API. New indexes of $eventData:
- 'single_group', 'single_having', 'single_orderby' for
serendipity_fetchEntry (through hook 'frontend_fetchentry')
- 'group', 'having' for
serendipity_fetchEntries (through hook 'frontend_fetchentries')
(judebert&garvinhicking)
* Added RewriteRule to ensure that admin panel can be called,
thanks to rich4647 from the forums.