index
:
FreshRSS (Customized)
custom
edge
Customized version of FreshRSS, a self-hosted RSS feed aggregator
Daniel Smith
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Minz
/
Extension.php
Age
Commit message (
Expand
)
Author
2022-01-01
Fix most PHPDocs errors (#4107)
Alexandre Alapetite
2021-07-11
Add system configuration for extension (#3626)
Alexis Degrugillier
2021-05-08
Fix several comments syntaxes (#3615)
Alexandre Alapetite
2021-02-26
Add support for extension user files (#3433)
Alexis Degrugillier
2021-02-08
Fix configuration local cache (#3431)
Alexis Degrugillier
2021-02-05
Add a method to retrieve a configuration value (#3422)
Alexis Degrugillier
2021-02-02
Fix user configuration in extension (#3412)
Alexis Degrugillier
2021-02-02
Add comprehensive user configuration in extensions (#3397)
Alexis Degrugillier
2021-01-07
Change base extension class type (#3333)
Alexis Degrugillier
2015-07-13
Fix broken links for extension script/style files
Marien Fressinaud
2015-01-15
Avoid "PHP Strict Standards" error
Marien Fressinaud
2015-01-14
Fix extension API (coding style)
Marien Fressinaud
2015-01-14
Add mechanism at (un)install of an extension
Marien Fressinaud
2015-01-08
Call handleConfigureAction() even for GET requests
Marien Fressinaud
2014-12-18
Update Minz_Translation
Marien Fressinaud
2014-12-18
Fix php interpretation in configure.phtml file
Marien Fressinaud
2014-12-08
Add behaviour to configure action (extensions)
Marien Fressinaud
2014-12-06
Add a first draft for hooks
Marien Fressinaud
2014-12-06
Separate views registration from controllers one.
Marien Fressinaud
2014-12-05
Extensions can define new views
Marien Fressinaud
2014-12-05
Give possibility to register a new Controller.
Marien Fressinaud
2014-12-05
First draft for listing and manipulate extensions
Marien Fressinaud
2014-12-05
Fix security hole from ext.php script.
Marien Fressinaud
2014-12-04
Update ext.php to serve any file from extensions
Marien Fressinaud
2014-12-04
First draft for the new extension feature
Marien Fressinaud