azett
9a0c93de9e
Added Dutch language pack by Macmee - hartelijk bedankt!
2021-06-03 14:12:43 +02:00
azett
89d4545920
BOM in French language files broke the admin area on some systems. BOM removed.
2021-06-03 11:37:01 +02:00
azett
43a7a43191
Italian language pack fix by Giacomo Margarito - grazie mille :)
2021-03-04 13:12:38 +01:00
azett
1030f1605d
Fix for #78 : Some language packs had a wrong key in lang.admin.entry.php.
2021-02-28 12:05:16 +01:00
azett
27c3e825b3
Fixed Heredoc strings. Turns out, Heredoc syntax - https://www.php.net/manual/en/language.types.string.php#language.types.string.syntax.heredoc - only works with closing tags being the first characters of a line. Eclipse's reformatting and indention of the code does not seem to know that^^
...
Fix: Changed Heredoc strings to "normal" strings.
2021-02-13 13:47:18 +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
azett
22abda2369
Fixed more template errors in order to get everything running with PHP 8.0.
...
Also: Change in language files, widget management is no longer called "experimental".
2021-01-01 12:57:46 +01:00
azett
091dc53c3b
Reworked German language files by Detlef - thanks a lot!
2020-09-15 13:31:03 +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
a1f5d625ee
Added French language pack by Marc Thibeault and Dimitri Soufflet - thank you for fixing it, Gee!
2020-04-06 16:06:53 +02:00
azett
e4f542d5cd
Hereby, I solemnly declare "Administration area" the official designation for our backend. #39 shall be deemed to be settled :D
2020-01-03 19:23:30 +01:00
azett
ddc2af887b
Fixed some grammar stuff in German language file.
2019-12-26 19:07:56 +01:00
azett
72a8efd0c3
Bugfix: Removed UTF8 BOM from language files
2019-02-22 16:26:41 +01:00
azett
3fa488455b
added Czech translation - mnohokrát děkuji, Lubomir!
2019-02-02 16:23:48 +01:00
azett
810310bfcc
added German language files by laborix - thank you very much :)
2018-12-31 13:12:43 +01:00
azett
e72a859d85
added Greek language files from ghost's pull request: https://github.com/flatpressblog/flatpress/pull/6 - thanks a lot!
2018-12-31 12:53:16 +01:00
MarcThibeault
60442e00e3
Changed 'Archive' to 'Categories' in entry editor
...
Noticed that when editing an entry, the categories checkbox container's
name was 'Archive'. I modified the template and the lang file so that
it's 'Categories' from now on.
2014-02-28 21:13:14 -05:00
real_nowhereman
8dfa99d8c6
prevent cat-0 from being tampered with
2010-09-29 19:41:16 +00:00
real_nowhereman
60e0c7ba42
fixed a bug in config panel. added nicer temporary error message for missing language fields
2009-09-25 11:56:39 +00:00
real_nowhereman
754d2899b3
various changes in how dates are handled in config panels. added a new lang string. added a new fp_config field, new blogs will need a reinstall or customizing by hand the option panel
2009-09-23 12:57:10 +00:00
real_nowhereman
f95e233986
update language for edit comment panel
2009-03-28 08:02:46 +00:00
real_nowhereman
184168d7a2
added comment editor!
2009-02-27 10:37:40 +00:00
real_nowhereman
d5e666a1a1
big commit: implemented sort-of 2-phase (3-phase actually) safe commit in FP; first entry is saved as draft, then content is moved along when indices have been succesfully updated; this way if btree fails, entry is anyway kept in a safe place; added a few cosmetic changes, a bunch of new, more descriptive language strings for the entry panel; added a "you are editing a draft" notice in the panel; hope you will like it :)
2009-02-03 16:53:52 +00:00
real_nowhereman
d92177cbee
print panel-specific class in admin panel body; minor css tuning
2009-02-02 18:46:08 +00:00
real_nowhereman
aa1b273031
preparing for .812; fixed version number, added rebuild index option in MAINTAIN panel, muted debug mode in bplustree
2008-12-23 10:56:24 +00:00
real_nowhereman
44168dda8e
porting bracnch fixes to trunk, raising version number
2008-09-26 17:22:13 +00:00
real_nowhereman
abd4d48885
few fixes in lang
2008-09-04 15:03:26 +00:00
real_nowhereman
931bf69c0a
should fix contact form
2008-03-18 21:03:07 +00:00
real_nowhereman
7c91314ff5
removed a line from the description of widgets
2008-03-05 09:32:30 +00:00
real_nowhereman
7414932235
This is obviously a BIG commit.
...
It involves how widgets work.
Now widgets must always be *registered* to work, even blockparser's.
Blockparser has got then a nice GUI to select which pages should be available as widgets; once the page has been enabled it is then available in the main widget panels
This solves the non-editable input things with non-firefox browsers: this way you just won't have the editbox anymore :P
I hope you'll like the changes.
There are many additions in lang files, so be careful to update (otherwise you'll get blank lines)!
2008-02-29 16:10:33 +00:00
real_nowhereman
3f6242c9d0
fixing date issues and contextually language: this should make it work finally both on windows and linux, yay!
2008-02-19 20:33:25 +00:00
real_nowhereman
69f4510433
fixed redirect in comments (baaw!) incidentally I've added a new option for panels to define mandatory argument; why? BECAUSE I CAN! BAWAHAHAHA; really because I hadn't any other idea, and this sounded nice; I'll have to port the other panels for simmetry, but in the meantime they should still work ok.
2008-02-17 20:24:04 +00:00
real_nowhereman
77a4319886
weekdays were wrong numbered
2008-02-10 18:08:47 +00:00
real_nowhereman
a68630bf35
First revision of FlatPress Crescendo+1 ( 0.703+n :) )
2007-10-30 10:30:07 +00:00