[Aikiframework-devel] [Bug 795820] Re: The aiki database settings do not enforce unique usernames

2011-06-13 Thread Steven Garcia
Added UNIQUE KEY username (username) to aiki_users table. Cleaned up formating, removed unnecessary backticks. ** Changed in: aikiframework Assignee: (unassigned) => Steven Garcia (fosdevel) ** Changed in: aikiframework Status: New => Fix Released -- You received this bug notificati

[Aikiframework-devel] [Branch ~aikiframework-devel/aikiframework/trunk] Rev 846: Added fix for Unique username to tables. Cleaned up tables.

2011-06-13 Thread noreply
revno: 846 committer: Steven Garcia branch nick: aikiframework timestamp: Mon 2011-06-13 23:38:54 -0700 message: Added fix for Unique username to tables. Cleaned up tables. modified: src/system/sql/CreateTables.sql src/system/sql/I

[Aikiframework-devel] [Blueprint need-robust-update-system] Build Robust Update System

2011-06-13 Thread rejon
Blueprint changed by rejon: Whiteboard changed: The update feature should do the following: 1- create tables if one doesn't exists 2- check if tables have latest structure 3- check for default values 4- check for dynamic values Aiki is not a conventional applications: php code again

[Aikiframework-devel] [Bug 797018] [NEW] No results error is not working

2011-06-13 Thread Christopher Adams
Public bug reported: No matter how simple the SQL Query, if the query returns no results, the content of No Results Error is NEVER output. To confirm: Create a new widget called 'users' with: Select Query: select username from aiki_users where username = 'nobody' No Results Error: No user! Co

[Aikiframework-devel] [Branch ~aikiframework-devel/aikiframework/trunk] Rev 845: Changed a log test.

2011-06-13 Thread noreply
revno: 845 committer: Steven Garcia branch nick: aikiframework timestamp: Mon 2011-06-13 19:24:18 -0700 message: Changed a log test. modified: tests/system/libraries/LogTest.php -- lp:aikiframework https://code.launchpad.net/~aikif

[Aikiframework-devel] [Blueprint unit-testing] Add Unit Testing to Aiki Core and Extensions

2011-06-13 Thread Steven Garcia
Blueprint changed by Steven Garcia: Whiteboard changed: Initially, we can integrate PHPUnit: http://www.phpunit.de/ --Brylie Oxley https://code.launchpad.net/~brylie/aikiframework/doctrine is the code that is there I think we need to make sure that: A.) phpunit is pulled from

[Aikiframework-devel] [Branch ~aikiframework-devel/aikiframework/trunk] Rev 844: Added optional PHPUnit (to enable: --enable-tests) feature which is disabled by default: PHPUnit ...

2011-06-13 Thread noreply
revno: 844 committer: Steven Garcia branch nick: aikiframework timestamp: Mon 2011-06-13 18:49:52 -0700 message: Added optional PHPUnit (to enable: --enable-tests) feature which is disabled by default: PHPUnit testing support requires

Re: [Aikiframework-devel] about widget.php

2011-06-13 Thread j...@rejon.org
The problem is the way its done in the past. I think we need a far more drastic change than this to this field. Actually, would like it if we can fix the underlying api first on this code before hacking up the current interfacethis is something you are doing quite well at. I just commented a

[Aikiframework-devel] about widget.php

2011-06-13 Thread Roger Martín
have a score to settle with this nice library .. but I will take some time. Is there someone working on it? In addition, I propose the following change. in display_urls ALL expression must be delimited with "|". For example: |*| |home|admin|user| Not valid home|admin|user It takes seconds to co

[Aikiframework-devel] library php last changes

2011-06-13 Thread Roger Martín
Hi folks! I have fixed the php library, although that will be replaced. But meanwhile, that it works correctly. Examined some widget I found calls as #(inherent:121|select count(id) from ocal_files where filename RLIKE ".svg")#) (121 is a near empty widget..) Now you can put:

[Aikiframework-devel] [Branch ~aikiframework-devel/aikiframework/trunk] Rev 843: php parser corrected (odd, getinfo) and new sql function added

2011-06-13 Thread noreply
revno: 843 committer: Roger Martin branch nick: aikiframework timestamp: Mon 2011-06-13 23:40:42 +0200 message: php parser corrected (odd,getinfo) and new sql function added modified: src/system/libraries/php.php -- lp:aikiframewor

[Aikiframework-devel] [Blueprint need-robust-update-system] Build Robust Update System

2011-06-13 Thread rejon
Blueprint changed by rejon: Whiteboard changed: The update feature should do the following: 1- create tables if one doesn't exists 2- check if tables have latest structure 3- check for default values 4- check for dynamic values Aiki is not a conventional applications: php code again

[Aikiframework-devel] [Blueprint need-robust-update-system] Build Robust Update System

2011-06-13 Thread rejon
Blueprint changed by rejon: Whiteboard changed: The update feature should do the following: 1- create tables if one doesn't exists 2- check if tables have latest structure 3- check for default values 4- check for dynamic values - Aiki is not a conventional applications: php code ag

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

2011-06-13 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 842: Added disable get contents when log level is none. Bumped fix-number

2011-06-13 Thread noreply
revno: 842 committer: Steven Garcia branch nick: aikiframework timestamp: Mon 2011-06-13 11:43:34 -0700 message: Added disable get contents when log level is none. Bumped fix-number modified: src/aiki.php src/system/libraries/Log.p

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

2011-06-13 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] [Blueprint complete-phpdoc-conversion] Complete PHPDOC for the codebase

2011-06-13 Thread rejon
Blueprint changed by rejon: Assignee: Brad Phillips => rejon -- Complete PHPDOC for the codebase https://blueprints.launchpad.net/aikiframework/+spec/complete-phpdoc-conversion ___ Mailing list: https://launchpad.net/~aikiframework-devel Post to

[Aikiframework-devel] [Branch ~aikiframework-devel/aikiframework/trunk] Rev 841: language library: corrections in comments **, markup restricted

2011-06-13 Thread noreply
revno: 841 committer: Roger Martin branch nick: aikiframework timestamp: Mon 2011-06-13 16:50:29 +0200 message: language library: corrections in comments **, markup restricted modified: src/system/libraries/languages.php -- lp:aiki

Re: [Aikiframework-devel] language library

2011-06-13 Thread Roger Martín
We have already discussed over L10, gettext and more..i only want correct this library than is called more than 5 times in the generation of openclipart.org homepage (why is other large..large discussions). Perhaps is better translate this discussion to aiki wiki. roger __