flatpress-devel Mailing List for FlatPress
Moved to GitHub: https://github.com/flatpressblog/flatpress
Brought to you by:
real_nowhereman
You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(9) |
Dec
(6) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(2) |
Feb
(8) |
Mar
(11) |
Apr
|
May
(8) |
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(17) |
Nov
|
Dec
|
2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(3) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Michael <mi...@ca...> - 2014-07-25 07:14:11
|
Moin Edoardo, Thanks for your Respond Am 25.07.2014 08:09, schrieb Edoardo Vacchi: > the password can be changed by re-running setup ooookay.... > I suggest to use the forums for support. This mailing list should be > actually for development only (and it's not used a lot, really) OK to, i am whit you.... Ahoj Michael |
From: Edoardo V. <unc...@gm...> - 2014-07-25 06:09:52
|
the password can be changed by re-running setup http://flatpress.org/vanilla2/discussion/481/change-password-for-user/p1 I suggest to use the forums for support. This mailing list should be actually for development only (and it's not used a lot, really) On Thu, Jul 24, 2014 at 5:17 PM, Michael <mi...@ca...> wrote: > Hello all, > > i am new to FlatPress. Thanks for a "nice piece" of software! > > Today i do my first Setup, i give a Password like "setuppw". I will > change it after the first (and successful) login to the Admin-GUI. But, > in the Admin-GUI i have no option to change a/any Admin/User Password. > > How can i change the Admin Password? > > Thanks in Advanced > Michael > > > > > ------------------------------------------------------------------------------ > Want fast and easy access to all the code in your enterprise? Index and > search up to 200,000 lines of code with a free copy of Black Duck > Code Sight - the same software that powers the world's largest code > search on Ohloh, the Black Duck Open Hub! Try it now. > http://p.sf.net/sfu/bds > _______________________________________________ > FlatPress-devel mailing list > Fla...@li... > https://lists.sourceforge.net/lists/listinfo/flatpress-devel > > |
From: Michael <mi...@ca...> - 2014-07-24 15:36:58
|
Hello all, i am new to FlatPress. Thanks for a "nice piece" of software! Today i do my first Setup, i give a Password like "setuppw". I will change it after the first (and successful) login to the Admin-GUI. But, in the Admin-GUI i have no option to change a/any Admin/User Password. How can i change the Admin Password? Thanks in Advanced Michael |
From: Dominik M. <in...@dm...> - 2008-10-21 23:04:45
|
SVN217 (code-style), /fp-plugins/favicon/* [I forgot to add a SVN comment... ._.] Add: Admin interface (user can define their own) or use the default icon. --Dominik |
From: Dominik M. <in...@dm...> - 2008-10-21 22:10:18
|
The sugegstions are implementated in SVN215 (code-styling, of course ;-)) --Dominik |
From: Dominik M. <in...@dm...> - 2008-10-21 20:05:34
|
>>> IIRC the var {$plang} (Panel LANGuage) is a shorthand for >>> {$lang.admin.plugin.NAME.*} >> [...] {$plang} is only available in plugin pages (which the write >> entry panel AFAIK is not, is it?). [...] > Sorry I didn't see you were referring to the toolbar, you're right it > won't work.. let's leave it as it is for now, since I'm not even sure > whether that ugly thing is going to stay :) Okay xD |
From: Edoardo V. <unc...@gm...> - 2008-10-21 19:41:11
|
On Tue, Oct 21, 2008 at 2:31 PM, Dominik Menke <in...@dm...> wrote: >>> There's still an issue in /tpls/toolbar.tpl: How do I define the >>> language variables so that I don't need to call >>> {$lang.admin.plugin.bbcode.*}? >> >> IIRC the var {$plang} (Panel LANGuage) is a shorthand for >> {$lang.admin.plugin.NAME.*} >> {$plang.myvar} is {$lang.admin.plugin.myplugin.myvar} >> see the akismet plugin > > Yeah, I know (as you can see in qspam). But I was assuming that {$plang} > is only available in plugin pages (which the write entry panel AFAIK is > not, is it?). However I'll also try it... Sorry I didn't see you were referring to the toolbar, you're right it won't work.. let's leave it as it is for now, since I'm not even sure whether that ugly thing is going to stay :) |
From: Dominik M. <in...@dm...> - 2008-10-21 14:17:29
|
>>> There's still an issue in /tpls/toolbar.tpl: How do I define the >>> language variables so that I don't need to call >>> {$lang.admin.plugin.bbcode.*}? >> IIRC the var {$plang} (Panel LANGuage) is a shorthand for >> {$lang.admin.plugin.NAME.*} >> {$plang.myvar} is {$lang.admin.plugin.myplugin.myvar} >> see the akismet plugin > > Yeah, I know (as you can see in qspam). But I was assuming that {$plang} > is only available in plugin pages (which the write entry panel AFAIK is > not, is it?). However I'll also try it... Ok, that won't work. Also assigning lang_load('plugin:bbcode') to 'plang' will fail. Even assigning the language array to a not used variable won't work... --Dominik |
From: Dominik M. <in...@dm...> - 2008-10-21 12:38:38
|
>> The implementation of the options (formerly known as BBCODE_* constants) >> is a kind of a hack, as you can see in plugin_bbcode_setup()... But it >> works fine ;-) > > that's fine :) I would have it done like too > in future it will be cool to create custom tags without having to > program, but it might be hard :p I think that's easy to make with regular expressions. But those I did'nt understand since years ;-) It's a cool feature, anyway. > maybe (*maybe*) we can change that plugin_bbcode_init() hack into a > filter or something Yep, I'm gonna try to change it... > for a little less hack-ish checkbox group --> > ($smarty->assign('myvar', 'checked="checked"') > maybe you'd like to "check" (ah-ehm) {html_checkboxes} ? > http://www.smarty.net/manual/en/language.function.html.checkboxes.php Hell, Smarty is great :-D >> There's still an issue in /tpls/toolbar.tpl: How do I define the >> language variables so that I don't need to call >> {$lang.admin.plugin.bbcode.*}? > > IIRC the var {$plang} (Panel LANGuage) is a shorthand for > {$lang.admin.plugin.NAME.*} > {$plang.myvar} is {$lang.admin.plugin.myplugin.myvar} > see the akismet plugin Yeah, I know (as you can see in qspam). But I was assuming that {$plang} is only available in plugin pages (which the write entry panel AFAIK is not, is it?). However I'll also try it... >> Oh, and I did not backport your img-center-fix... You may know best what >> you've changed in the trunk respectively in the Vivace release branch. > > same things :p bbcode did not change since Vivace Ups... I knew there was a backport fix, but it was in core.draft.php (SVN205/206)... Forget what I said. > Oh, the new codename might be "Fortissimo". Do you guys out there like it? Sounds nice :-) --Dominik |
From: Edoardo V. <unc...@gm...> - 2008-10-21 05:48:45
|
On Tue, Oct 21, 2008 at 2:16 AM, Dominik Menke <in...@dm...> wrote: > In SVN215 (coding-style branch) you can find BBCode 1.5. > > New: Admin config panel. > Extended: (full) localization. > > The implementation of the options (formerly known as BBCODE_* constants) > is a kind of a hack, as you can see in plugin_bbcode_setup()... But it > works fine ;-) that's fine :) I would have it done like too in future it will be cool to create custom tags without having to program, but it might be hard :p maybe (*maybe*) we can change that plugin_bbcode_init() hack into a filter or something for a little less hack-ish checkbox group --> ($smarty->assign('myvar', 'checked="checked"') maybe you'd like to "check" (ah-ehm) {html_checkboxes} ? http://www.smarty.net/manual/en/language.function.html.checkboxes.php > There's still an issue in /tpls/toolbar.tpl: How do I define the > language variables so that I don't need to call > {$lang.admin.plugin.bbcode.*}? IIRC the var {$plang} (Panel LANGuage) is a shorthand for {$lang.admin.plugin.NAME.*} {$plang.myvar} is {$lang.admin.plugin.myplugin.myvar} see the akismet plugin > Oh, and I did not backport your img-center-fix... You may know best what > you've changed in the trunk respectively in the Vivace release branch. same things :p bbcode did not change since Vivace Oh, the new codename might be "Fortissimo". Do you guys out there like it? |
From: Dominik M. <in...@dm...> - 2008-10-21 00:16:42
|
In SVN215 (coding-style branch) you can find BBCode 1.5. New: Admin config panel. Extended: (full) localization. The implementation of the options (formerly known as BBCODE_* constants) is a kind of a hack, as you can see in plugin_bbcode_setup()... But it works fine ;-) There's still an issue in /tpls/toolbar.tpl: How do I define the language variables so that I don't need to call {$lang.admin.plugin.bbcode.*}? Oh, and I did not backport your img-center-fix... You may know best what you've changed in the trunk respectively in the Vivace release branch. Regards (and good night :-D), Dominik |
From: Dominik M. <in...@dm...> - 2008-10-20 15:52:42
|
Hiho, (If this message is not displayed correctly in the mailing thread, I'm sorry. I did not receive any reply, nor a digest, so I had to reply manually...) > * why don't you just save the exploded list instead of the string? > you can implode it back only for displaying :) Good point. Changed. > * I think stripslashes($_POST['your-field']) is needed for words > containing apostrophees Yeah, I changed it. > * also I'm not sure but I believe \n\r are already normalized to > \n (but I could be wrong) > * \n\n should be normalized to \n otherwise you'll get the empty > string which should match anything => antispam would always fail \r\n won't be normalized. Windows machines are still sending \r\n, most Unices \n and Macintoshs \r (whether that's only a pre-Darwing attitude -- I dunno. I neither have a Mac OS 9 nor a OS X system). So all \r will be replaced by \n, and \n\n by \n. The last replacement is done by array_filter with callback function at the bottom, 'cause a simple str_replace"\n\n", "\n", ...) did not work. Life is hell... SVN214 contains the most current qspam plugin. Regards, Dominik |
From: Edoardo V. <unc...@gm...> - 2008-10-19 17:16:31
|
>> in /branches/code-style (SVN:212) I updated the qspam plugin. Now you >> can define the bad words in an andmin panel and define how many of those >> words may displayed in a comment. my suggestions: * why don't you just save the exploded list instead of the string? you can implode it back only for displaying :) * I think stripslashes($_POST['your-field']) is needed for words containing apostrophees * also I'm not sure but I believe \n\r are already normalized to \n (but I could be wrong) * \n\n should be normalized to \n otherwise you'll get the empty string which should match anything => antispam would always fail nice work, anyway |
From: Edoardo V. <unc...@gm...> - 2008-10-19 16:49:52
|
sounds very very nice, I'll have a look On Sun, Oct 19, 2008 at 6:19 PM, Dominik Menke <in...@dm...> wrote: > Hi guys, > > in /branches/code-style (SVN:212) I updated the qspam plugin. Now you > can define the bad words in an andmin panel and define how many of those > words may displayed in a comment. > > Currently my English needs improvements (especially in the lang file...) ;-) > > The modifications itself seems to work fine. > > Regards, > Dominik > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > FlatPress-devel mailing list > Fla...@li... > https://lists.sourceforge.net/lists/listinfo/flatpress-devel > |
From: Dominik M. <in...@dm...> - 2008-10-19 16:46:34
|
Hi guys, in /branches/code-style (SVN:212) I updated the qspam plugin. Now you can define the bad words in an andmin panel and define how many of those words may displayed in a comment. Currently my English needs improvements (especially in the lang file...) ;-) The modifications itself seems to work fine. Regards, Dominik |
From: Edoardo V. <unc...@gm...> - 2008-10-12 16:54:26
|
now it is, sorry to spam On Sun, Oct 12, 2008 at 6:44 PM, Carlo Augusta <car...@gm...> wrote: > I think so ... > > On Sun, Oct 12, 2008 at 6:14 PM, PETRE Daniel <da...@de...> wrote: >> >> seems to work. >> >> -------------------------------------------------- >> From: "Edoardo Vacchi" <unc...@gm...> >> Sent: Sunday, October 12, 2008 7:13 PM >> To: <fla...@li...> >> Subject: [fp-dev] test again >> >> > test >> > >> > >> > ------------------------------------------------------------------------- >> > This SF.Net email is sponsored by the Moblin Your Move Developer's >> > challenge >> > Build the coolest Linux based applications with Moblin SDK & win great >> > prizes >> > Grand prize is a trip for two to an Open Source event anywhere in the >> > world >> > http://moblin-contest.org/redirect.php?banner_id=100&url=/ >> > _______________________________________________ >> > FlatPress-devel mailing list >> > Fla...@li... >> > https://lists.sourceforge.net/lists/listinfo/flatpress-devel >> >> >> ------------------------------------------------------------------------- >> This SF.Net email is sponsored by the Moblin Your Move Developer's >> challenge >> Build the coolest Linux based applications with Moblin SDK & win great >> prizes >> Grand prize is a trip for two to an Open Source event anywhere in the >> world >> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >> _______________________________________________ >> FlatPress-devel mailing list >> Fla...@li... >> https://lists.sourceforge.net/lists/listinfo/flatpress-devel > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > FlatPress-devel mailing list > Fla...@li... > https://lists.sourceforge.net/lists/listinfo/flatpress-devel > > |
From: Carlo A. <car...@gm...> - 2008-10-12 16:44:16
|
I think so ... On Sun, Oct 12, 2008 at 6:14 PM, PETRE Daniel <da...@de...> wrote: > seems to work. > > -------------------------------------------------- > From: "Edoardo Vacchi" <unc...@gm...> > Sent: Sunday, October 12, 2008 7:13 PM > To: <fla...@li...> > Subject: [fp-dev] test again > > > test > > > > ------------------------------------------------------------------------- > > This SF.Net email is sponsored by the Moblin Your Move Developer's > > challenge > > Build the coolest Linux based applications with Moblin SDK & win great > > prizes > > Grand prize is a trip for two to an Open Source event anywhere in the > > world > > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > > _______________________________________________ > > FlatPress-devel mailing list > > Fla...@li... > > https://lists.sourceforge.net/lists/listinfo/flatpress-devel > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > FlatPress-devel mailing list > Fla...@li... > https://lists.sourceforge.net/lists/listinfo/flatpress-devel > |
From: PETRE D. <da...@de...> - 2008-10-12 16:42:26
|
seems to work. -------------------------------------------------- From: "Edoardo Vacchi" <unc...@gm...> Sent: Sunday, October 12, 2008 7:13 PM To: <fla...@li...> Subject: [fp-dev] test again > test > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the > world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > FlatPress-devel mailing list > Fla...@li... > https://lists.sourceforge.net/lists/listinfo/flatpress-devel |
From: Edoardo V. <unc...@gm...> - 2008-10-12 16:13:31
|
test |
From: Edoardo V. <unc...@gm...> - 2008-10-12 16:00:36
|
test |
From: NoWhereMan <now...@fl...> - 2007-06-28 06:29:39
|
at last... http://www.flatpress.org/home/ -- NoWhereMan (e.v.) -- http://www.nowhereland.it -- http://flatpress.nowhereland.it |
From: NoWhereMan <now...@fl...> - 2007-05-31 18:15:11
|
Berke Viktor wrote: > "in my prev. mail i said the db is not yet utf8. but afaik they want > to achieve this in 1.3. my current 1.2 board is just hacked by me to > display hungarian accents correctly." sorry, then. the first showed as there were CC fields compiled so I thought the same of the others ;) bye |
From: Berke V. <be...@us...> - 2007-05-31 18:09:06
|
On Thu, 31 May 2007 20:04:28 +0200 "NoWhereMan" <now...@fl...> wrote: > > Hm, that's not good, then, it would mean it would display funky chars > > when iso collides with utf, and this means almost everything which is > > not part of ascii > > BTW: I forgot to say I might consider choosing a test build of PunBB 1.3, ho > much unstable is it? > > Also I didn't say in my first mail I like Vanilla, too, and some people > suggested it as well, but I'm not sure if it would work for a community of a > software project; I see it more for a general discussion group i don't know, haven't tried it yet but u can check it here: http://dev.punbb.org/report/3 anyway, my prev. 2 mails were not duplicates, the one u didn't approve contained: "in my prev. mail i said the db is not yet utf8. but afaik they want to achieve this in 1.3. my current 1.2 board is just hacked by me to display hungarian accents correctly." -- Berke Viktor <be...@us...> |
From: NoWhereMan <now...@fl...> - 2007-05-31 18:04:21
|
NoWhereMan wrote: > Berke Viktor wrote: >> On Thu, 31 May 2007 19:15:42 +0200 >> "NoWhereMan" <now...@fl...> wrote: >> >>> Does this mean db is utf8 as well? :/ >> >> i dont think so. i use sqlite, and phpinfo shows me: >> SQLite Encoding iso8859 > > Hm, that's not good, then, it would mean it would display funky chars > when iso collides with utf, and this means almost everything which is > not part of ascii BTW: I forgot to say I might consider choosing a test build of PunBB 1.3, ho much unstable is it? Also I didn't say in my first mail I like Vanilla, too, and some people suggested it as well, but I'm not sure if it would work for a community of a software project; I see it more for a general discussion group |
From: NoWhereMan <now...@fl...> - 2007-05-31 18:01:00
|
Berke Viktor wrote: > On Thu, 31 May 2007 19:15:42 +0200 > "NoWhereMan" <now...@fl...> wrote: > >> Does this mean db is utf8 as well? :/ > > i dont think so. i use sqlite, and phpinfo shows me: > SQLite Encoding iso8859 Hm, that's not good, then, it would mean it would display funky chars when iso collides with utf, and this means almost everything which is not part of ascii > off: i tried to unsubscribe with my old mail address and subscribe > with this new one, but no confirmation emails nor effects yet. I've subscribed you manually, see if it works (PS: please do not CC, I'm receiving twice the same message and I have to approve one and discard the other :P) bye -- NoWhereMan (e.v.) -- http://www.nowhereland.it -- http://flatpress.nowhereland.it |