Fabiano Santos
a3067cf47f
update some plugins to portuguese
2022-12-13 22:42:33 -03:00
azett
432b352c26
fixed Italian language pack by Giacomo Margarito - grazie mille! :)
2022-11-01 13:39:20 +01:00
azett
247d63eaaf
Merge branch 'master' into issue94_smartyupdate
...
# resolved conflicts:
# fp-includes/smarty/internals/core.rm_auto.php
# fp-includes/smarty/internals/core.rmdir.php
2022-07-02 13:42:13 +02:00
azett
af1aa7759b
Revert "Merge branch 'master' of https://github.com/flatpressblog/flatpress "
...
This reverts commit e9ad11742876f9f78d743a28afd547ee7480c7f9, reversing
changes made to f30fc6204a6bc7643d7952b1df98a3aa7b462dea.
2022-07-02 13:30:56 +02:00
azett
6eaafee1fa
Merge branch 'master' into responsiveadmin
...
# resolved conflicts:
# admin/panels/config/admin.config.tpl
# admin/panels/entry/admin.entry.commentlist.tpl
# fp-plugins/commentcenter/tpls/deletecomm.tpl
# fp-plugins/commentcenter/tpls/editpol.tpl
2022-06-27 19:24:18 +02:00
azett
7447db1b21
Fixed #43 : LastComments plugin will not even attempt to delete or rebuild LastComments caches if LastComments plugin is not available.
2022-06-23 19:34:05 +02:00
azett
52bf429a01
Replaced Smarty 2.6.31-dev with v 4.0.4, keeping the FP-specific Smarty plugins.
...
Updated calls to current Smarty API (register_function()/register_modifier()/register_block() -> registerPlugin(); assign_by_ref() -> assignByRef()).
Fixed file includes in templates with quotes.
Removed SmartyValidate.class.php includes.
Still work in progress as some errors still appear!
2022-01-23 15:02:33 +01:00
azett
9cc5ef1a70
Merge branch 'master' of https://github.com/flatpressblog/flatpress into responsiveadmin
2021-06-04 15:55:15 +02:00
azett
9a0c93de9e
Added Dutch language pack by Macmee - hartelijk bedankt!
2021-06-03 14:12:43 +02:00
franciscoarocas
8e2fc93d8a
Merge branch 'master' into responsiveadmin
2021-02-08 15:37:07 +01:00
azett
e1e58d0a78
Italian language pack fix by Giacomo Margarito - grazie mille :)
2021-01-23 13:05:35 +01:00
azett
a44a898632
Added Spanish language pack - muchas gracias, Carlos a.k.a karelv!
2021-01-02 13:35:33 +01:00
franciscoarocas
c94c674d48
Updated plugins tpls (New admin theme)
2021-01-01 21:24:39 +01:00
azett
c2accdedcc
Description and authors of all default plugins reworked. (Original plugin authors are mentioned in CONTRIBUTORS.md from now on.)
2020-10-24 20:42:59 +02:00
azett
e65bb9c549
Added the Italian language pack by Giacomo Margarito - grazie mille!
2020-05-09 14:11:32 +02:00
azett
b2ed0e207d
Added Brazilian Portuguese language pack by randy - thanks a lot!
...
Added Japanese setup translation by North Hill Work Studios - thanks as well!
Also: git:ignore for local test content folders
2020-04-17 12:16:45 +02:00
azett
259b230f85
Added the Jananese Language Pack by NORTH HILL WORK STUDIO: https://nhws.localinfo.jp/
2020-04-16 12:39:15 +02:00
azett
3fa488455b
added Czech translation - mnohokrát děkuji, Lubomir!
2019-02-02 16:23:48 +01:00
azett
6b8a4776df
Included Matthias Mauch's PHP7.1 patch. Besides other changes regarding PHP7 compatibility, it replaces all the class-named constructors with __construct(). Thanks a lot, Matthias!
...
Please visit his website http://www.aadmm.org/fp-patch/ and read patch-description.txt to learn more about the details of the patch.
I adapted the patch slighty: It now does not just add a __construct() function to the existing class-named one, instead it replaces it completely. Therefore, some parent::__construct() calls had to be changed, too.
2018-10-03 11:00:55 +02:00