[Aikiframework-devel] [Bug 795393] [NEW] the config coptions in config.php not ready for multiple sites

2011-06-09 Thread rejon
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

[Aikiframework-devel] [Branch ~aikiframework-devel/aikiframework/trunk] Rev 815: Comments like // don't work with phpdoc, so replaced and made all config

2011-06-09 Thread noreply
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

[Aikiframework-devel] [Blueprint complete-phpdoc-conversion] Complete PHPDOC for the codebase

2011-06-09 Thread rejon
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

[Aikiframework-devel] [Branch ~aikiframework-devel/aikiframework/trunk] Rev 814: code comments, @todo for the future to fix code, misspellings, and linking

2011-06-09 Thread noreply
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:

[Aikiframework-devel] [Branch ~aikiframework-devel/aikiframework/trunk] Rev 813: Added global variable definitions to phpdoc in index.php

2011-06-09 Thread noreply
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

[Aikiframework-devel] [Branch ~aikiframework-devel/aikiframework/trunk] Rev 812: completed comments and todos, any comments on my comments?

2011-06-09 Thread noreply
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

[Aikiframework-devel] [Branch ~aikiframework-devel/aikiframework/trunk] Rev 811: added new thing to start commenting the code where problems exist with @todo

2011-06-09 Thread noreply
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

[Aikiframework-devel] [Bug 793560] Re: the sign-in link should redirect to whichever page it was accessed from

2011-06-09 Thread rejon
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

[Aikiframework-devel] [Bug 794093] Re: languages L10n is brittle on database fields containing __

2011-06-09 Thread rejon
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

[Aikiframework-devel] [Bug 721395] Re: there isn't pingback or trackback support for tracking reuse and attribution

2011-06-09 Thread rejon
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

[Aikiframework-devel] a tip for developers..

2011-06-09 Thread Roger Martín
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

Re: [Aikiframework-devel] [Bug 794857] [NEW] fix default php error level and attach to debug config

2011-06-09 Thread j...@rejon.org
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

Re: [Aikiframework-devel] [Bug 794857] [NEW] fix default php error level and attach to debug config

2011-06-09 Thread Roger Martín
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

[Aikiframework-devel] [Bug 579778] Re: Pagination breaks if SQL statement contains 'JOIN'

2011-06-09 Thread rejon
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

[Aikiframework-devel] [Branch ~aikiframework-devel/aikiframework/trunk] Rev 810: captcha starts session, and has debug option

2011-06-09 Thread noreply
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://

[Aikiframework-devel] [Bug 719462] Re: there isn't openid support in aiki core

2011-06-09 Thread Christopher Adams
** 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

[Aikiframework-devel] [Bug 795077] Re: configs are not getting set correctly by packaged release

2011-06-09 Thread Christopher Adams
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

[Aikiframework-devel] [Bug 795077] Re: configs are not getting set correctly by packaged release

2011-06-09 Thread Christopher Adams
** 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

Re: [Aikiframework-devel] [Bug 795077] Re: configs are not getting set correctly by packaged release

2011-06-09 Thread rejon
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

[Aikiframework-devel] [Bug 795111] Re: build process requires setting flags or you get NONE in path

2011-06-09 Thread rejon
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

[Aikiframework-devel] [Bug 795111] [NEW] build process requires setting flags or you get NONE in path

2011-06-09 Thread rejon
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

[Aikiframework-devel] [Bug 795077] Re: configs are not getting set correctly by packaged release

2011-06-09 Thread Christopher Adams
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/

[Aikiframework-devel] [Bug 795077] [NEW] configs are not getting set correctly by packaged release

2011-06-09 Thread Christopher Adams
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

[Aikiframework-devel] [Bug 794857] Re: fix default php error level and attach to debug config

2011-06-09 Thread Christopher Adams
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

Re: [Aikiframework-devel] revno 806, define aiki and error_reporting.

2011-06-09 Thread Roger Martín
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