Public bug reported:
The config options in configs/config.php are not ready for multiple
sites. Need to figure out some structure for multi-sites.
For backwards compatibility could do:
$config[SITENAME][OPTION];
ex:
$config['example.org']['db_name'] = 'example_org';
Any other thoughts?
But h
revno: 815
committer: Jon Phillips
branch nick: aikiframework
timestamp: Fri 2011-06-10 01:25:24 -0500
message:
Comments like // don't work with phpdoc, so replaced and made all config
options as phpdoc for our code generation, and
Blueprint changed by rejon:
Whiteboard changed:
Also, think its good you list out all files and check them off here as
you do them. I found these by running from the commandline:
find src/ -name "*.php" -o -name "*.inc"
And the results are:
* = ignore third party libraries f
revno: 814
committer: Jon Phillips
branch nick: aikiframework
timestamp: Fri 2011-06-10 00:26:25 -0500
message:
code comments, @todo for the future to fix code, misspellings, and linking
up different parts of the codebase.
modified:
revno: 813
committer: Brad Phillips
branch nick: aikiframework
timestamp: Fri 2011-06-10 00:04:38 -0500
message:
Added global variable definitions to phpdoc in index.php
modified:
src/index.php
--
lp:aikiframework
https://code.laun
revno: 812
committer: Jon Phillips
branch nick: aikiframework
timestamp: Thu 2011-06-09 22:20:25 -0500
message:
completed comments and todos, any comments on my comments?
modified:
src/aiki.php
--
lp:aikiframework
https://code.laun
revno: 811
committer: Jon Phillips
branch nick: aikiframework
timestamp: Thu 2011-06-09 17:57:42 -0500
message:
added new thing to start commenting the code where problems exist with @todo
and, added closing ?> for php
modified:
sr
good feature for both aiki and oflb.
** Changed in: aikiframework
Assignee: (unassigned) => Christopher Adams (christopheradams)
** Changed in: openfontlibrary
Assignee: (unassigned) => Christopher Adams (christopheradams)
** Changed in: aikiframework
Milestone: 1.0 => 0.9
--
You
Yep, need this as part of language fixes.
** Changed in: aikiframework
Assignee: (unassigned) => Jakub Szypulka (jaksz)
--
You received this bug notification because you are a member of Aiki
Framework Developers, which is subscribed to aikiframework.
https://bugs.launchpad.net/bugs/794093
this is a bit techy and bloggy, but really an aiki support feature we
need across the board
** Changed in: aikiframework
Milestone: None => 1.1
** Changed in: openfontlibrary
Milestone: 0.3 => 0.4
--
You received this bug notification because you are a member of Aiki
Framework Developer
Hi folks!!
For rapid development and testing i have a directory controlled by bazaar,
and other directory under apache2, with symbolic link to aiki src directory.
It's work fine:
i can push a new version and always see the oldest version in browser. The
only big problem i found was a very stupid e
As always, excellent analysis. This seems like the most sane approach
to tackling more problems.
Also, fosdevel's new log capability can be tied into this in the error class.
Fosdevel, any thoughts on this?
Jon
On Thu, Jun 9, 2011 at 3:19 PM, Roger Martín wrote:
> WP is good start point.
>
> T
WP is good start point.
There are three type of files:
- direct files: index.php, style.php who need aiki object.
- files like assets/apps/admin called by ajax. who neek aiki object too.
- independent files as captcha.php.
The general solution can be:
if ( there is a debug in $_GET)// necesa
ok, need to update aiki on the site, and then test the large sql
statement and see if that is problem and/or if it is solved.
** Changed in: openfontlibrary
Assignee: rg1024 (rg1024) => Christopher Adams (christopheradams)
--
You received this bug notification because you are a member of Ai
revno: 810
committer: Roger Martin
branch nick: aikiframework
timestamp: Thu 2011-06-09 21:51:06 +0200
message:
captcha starts session, and has debug option
modified:
src/assets/apps/captcha/captcha.php
--
lp:aikiframework
https://
** Changed in: openfontlibrary
Milestone: 0.3 => 0.8
--
You received this bug notification because you are a member of Aiki
Framework Developers, which is subscribed to aikiframework.
https://bugs.launchpad.net/bugs/719462
Title:
there isn't openid support in aiki core
Status in Aiki Fram
The latest http://www.aikiframework.org/files/aiki-src-0.8.7.807.zip
seems to have the same problem.
--
You received this bug notification because you are a member of Aiki
Framework Developers, which is subscribed to aikiframework.
https://bugs.launchpad.net/bugs/795077
Title:
configs are not
** Description changed:
Building the latest versions is not creating a package release that is
ready to go.
$ bzr branch lp:aikiframework
$ cd aikiframework
$ ./autogen.sh
$ cd build
$ ../configure --prefix=/usr --sysconfdir=/etc
$ make
* Now cp the source contents from aik
I agree, that make should give you everything you need in that built
folder.
I think you are seeing AIKI_REVISION because it is not set in
aiki-defs.php which doesn't appear to get generated on just simply
make.
You are right, there is a problem that the .inc files are not being
built in the make
The only thing that should be required is:
./autogen.sh; ../configure; sudo make install
--
You received this bug notification because you are a member of Aiki
Framework Developers, which is subscribed to aikiframework.
https://bugs.launchpad.net/bugs/795111
Title:
build process requires sett
Public bug reported:
You have to always give commandline flags:
../configure --prefix=/usr --sysconfdir=/etc
However, most setups in Linux are similar.
If you don't give flags you will get some paths with NONE in their path:
make[3]: Entering directory
`/home/rejon/Documents/aikiframework/aik
It's possible to fix the config.php by hand, but on the admin interface
I'm still seeing strings like:
aiki framework 0.8.8.AIKI_REVISION
--
You received this bug notification because you are a member of Aiki
Framework Developers, which is subscribed to aikiframework.
https://bugs.launchpad.net/
Public bug reported:
Building the latest versions is not creating a package release that is
ready to go.
$ bzr branch lp:aikiframework
$ cd aikiframework
$ ./autogen.sh
$ cd build
$ ../configure --prefix=/usr --sysconfdir=/etc
$ make
* Now cp the source contents from aiki-0.8.8/* into your web r
The problem I have encountered most often is if the database becomes
unresponsive. The visitor gets booted back to the install screen and
sees a big spew of php mysql errors.
Aiki should be catching these errors, and output a simple error message
for each specific type of user. E.g., no database c
sorry, now i'm on work...
Can somebody test if captcha continues working?
___
Mailing list: https://launchpad.net/~aikiframework-devel
Post to : aikiframework-devel@lists.launchpad.net
Unsubscribe : https://launchpad.net/~aikiframework-devel
More help
25 matches
Mail list logo