Re: [Aikiframework-devel] [Bug 791630] Re: global variables should include [usergroup]

2011-10-09 Thread rejon
great On Mon, Oct 10, 2011 at 5:21 AM, rg1024 <791...@bugs.launchpad.net> wrote: > i shall correct the error, and then prepare a blueprint with all > discussion about permission. > > -- > You received this bug notification because you are subscribed to > aikiframework. > https://bugs.launchpad.net

[Aikiframework-devel] [Bug 791630] Re: global variables should include [usergroup]

2011-10-09 Thread rg1024
i shall correct the error, and then prepare a blueprint with all discussion about permission. -- You received this bug notification because you are a member of Aiki Framework Developers, which is subscribed to aikiframework. https://bugs.launchpad.net/bugs/791630 Title: global variables should

[Aikiframework-devel] [Bug 846830] Re: There should be widget markers in generated CSS

2011-10-09 Thread rg1024
** Changed in: aikiframework Status: Fix Committed => Fix Released ** Changed in: aikiframework Importance: Undecided => Medium -- You received this bug notification because you are a member of Aiki Framework Developers, which is subscribed to aikiframework. https://bugs.launchpad.net/

[Aikiframework-devel] about revno 908 and 906

2011-10-09 Thread Roger Martín
Hi aiki-developers!! in revno 906 i added the config["extensions_dir"] that allowed load extension in other directories: "assets/extension" or "my-extensions". (see http://www.aikiframework.org/wiki/Extending_Aiki#Allowed_extensions) in revno 908 i corrected the name of config vars to extensions_d

Re: [Aikiframework-devel] about revno 907

2011-10-09 Thread Bassel Safadi
i see, great work Roger. On Sun, Oct 9, 2011 at 11:43 PM, Roger Martín wrote: > hi folks! > > security.php have a security hole!! don't panic..it's solved and ONLY vip > persons could inject sql code in aiki... > > the hole was here.. > $get_sides = explode("||", $inline_per); > ... > get_group_

[Aikiframework-devel] [Branch ~aikiframework-devel/aikiframework/trunk] Rev 908: change extension-* config to extension_*

2011-10-09 Thread noreply
revno: 908 committer: Roger Martin branch nick: aikiframework timestamp: Sun 2011-10-09 22:47:13 +0200 message: change extension-* config to extension_* modified: src/libs/aiki.php -- lp:aikiframework https://code.launchpad.net/~ai

[Aikiframework-devel] about revno 907

2011-10-09 Thread Roger Martín
hi folks! security.php have a security hole!! don't panic..it's solved and ONLY vip persons could inject sql code in aiki... the hole was here.. $get_sides = explode("||", $inline_per); ... get_group_level = $db->get_var ("SELECT group_level from " . "aiki_users_groups where group

[Aikiframework-devel] [Branch ~aikiframework-devel/aikiframework/trunk] Rev 907: security corrected

2011-10-09 Thread noreply
revno: 907 committer: Roger Martin branch nick: aikiframework timestamp: Sun 2011-10-09 22:35:24 +0200 message: security corrected modified: src/libs/security.php -- lp:aikiframework https://code.launchpad.net/~aikiframework-devel/

[Aikiframework-devel] [Branch ~aikiframework-devel/aikiframework/trunk] Rev 906: extensions-dir added

2011-10-09 Thread noreply
revno: 906 committer: Roger Martin branch nick: aikiframework timestamp: Sun 2011-10-09 00:38:07 +0200 message: extensions-dir added modified: src/libs/aiki.php -- lp:aikiframework https://code.launchpad.net/~aikiframework-devel/ai

[Aikiframework-devel] [Bug 561828] Re: hidden clipart not hidden

2011-10-09 Thread Jakub Jankiewicz
you can passthru the content of the file from aiki in a widget "file" you can use include (#(inline: [root]/people/(!(1)!)/(!(2)!) )#) restrict it in by SQL "and upload_published = 1" and you will access it by http://www.openclipart.org/file/username/filename.svg -- You received this bug notif

[Aikiframework-devel] [Bug 759447] Re: There is no check for existing user in registration form

2011-10-09 Thread Jakub Jankiewicz
In OCAL maybe it's Varnish or MySQL thing - in such a way that users are added to database in transactions, you register 3 users very fast and users are added to transaction somehow and then after few seconds they are added to database all at once in one transaction. Maybe it's a way MySQL or Varni

[Aikiframework-devel] [Bug 759447] Re: There is no check for existing user in registration form

2011-10-09 Thread Jakub Jankiewicz
in AIKI it can be fixed by adding Unique to username field in aiki_users table so it should throw and database error. ** Also affects: aikiframework Importance: Undecided Status: New ** Changed in: aikiframework Assignee: (unassigned) => Jakub Jankiewicz (jcubic) ** Changed in: ai

[Aikiframework-devel] [Bug 793276] Re: The request new password form needs a helper function

2011-10-09 Thread Jakub Jankiewicz
I have account https://github.com/jcubic but I don't know how to work on others repos in GIT. Can multiple user work on the same repo like in Bazaar or you need to create a fork and commit changes there and crate pull request and then the owner of master branch merge those requests? -- You receiv

Re: [Aikiframework-devel] [Bug 793276] Re: The request new password form needs a helper function

2011-10-09 Thread rejon
Lets create them in here since we can have more control over creating projects and repos: https://github.com/aikilab/aikiframework-assets Please add a github account. Jon On Sun, Oct 9, 2011 at 6:21 PM, Jakub Jankiewicz <793...@bugs.launchpad.net> wrote: > It can be written as an extension (I b

[Aikiframework-devel] [Bug 793276] Re: The request new password form needs a helper function

2011-10-09 Thread Jakub Jankiewicz
It can be written as an extension (I believe that plugins are invoked on every page) and used in a widget as utils->ResetPasswordForm() php> and in utils.php class utils { public function ResetPasswordForm() { if (isset($_POST['passwd'])) { } else { return

Re: [Aikiframework-devel] [Bug 678323] Re: Widgets need to appears under ALL links they are assigned to.

2011-10-09 Thread mr. adams
This is for Admin panel. -- You received this bug notification because you are a member of Aiki Framework Developers, which is subscribed to aikiframework. https://bugs.launchpad.net/bugs/678323 Title: Widgets need to appears under ALL links they are assigned to. Status in Aiki Framework: C

[Aikiframework-devel] [Bug 793276] Re: The request new password form needs a helper function

2011-10-09 Thread Christopher Adams
Can this be done as a plugin? I agree in general that neither of those functions should be in Aiki core. -- You received this bug notification because you are a member of Aiki Framework Developers, which is subscribed to aikiframework. https://bugs.launchpad.net/bugs/793276 Title: The request

Re: [Aikiframework-devel] [Bug 806807] Re: globalajaxify is built on invalid html

2011-10-09 Thread mr. adams
It's an HTML validation error. -- You received this bug notification because you are a member of Aiki Framework Developers, which is subscribed to aikiframework. https://bugs.launchpad.net/bugs/806807 Title: globalajaxify is built on invalid html Status in Aiki Framework: Confirmed Bug des