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
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
** 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/
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
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_
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
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
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/
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
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
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
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
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
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
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
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
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
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
18 matches
Mail list logo