[Aikiframework-devel] [Bug 792177] Re: the build process 'make' should not make packages by default

2011-06-11 Thread Steven Garcia
I changed the default Make target to not build distribution packages and copy all source to the build/src directory. I added new distribution target 'make distall' which will build the packages. ** Changed in: aikiframework Status: Confirmed => Fix Released -- You received this bug notifi

[Aikiframework-devel] [Branch ~aikiframework-devel/aikiframework/trunk] Rev 834: Changed the default Make target to not build distribution packages and copy all source to the bui...

2011-06-11 Thread noreply
revno: 834 committer: Steven Garcia branch nick: aikiframework timestamp: Sat 2011-06-11 23:17:08 -0700 message: Changed the default Make target to not build distribution packages and copy all source to the build/src directory. Added

[Aikiframework-devel] [Branch ~aikiframework-devel/aikiframework/trunk] Rev 833: Corrected spellings from accordeon to accordion

2011-06-11 Thread noreply
revno: 833 committer: Steven Garcia branch nick: aikiframework timestamp: Sat 2011-06-11 20:58:23 -0700 message: Corrected spellings from accordeon to accordion renamed: src/assets/apps/admin/images/accordeon_active.png => src/asset

[Aikiframework-devel] [Branch ~aikiframework-devel/aikiframework/trunk] Rev 832: Added Log Viewer to the Admin Interface. Added log content styles to the global style.css. Bumped...

2011-06-11 Thread noreply
revno: 832 committer: Steven Garcia branch nick: aikiframework timestamp: Sat 2011-06-11 16:24:13 -0700 message: Added Log Viewer to the Admin Interface. Added log content styles to the global style.css. Bumped the aiki fix-number. ad

Re: [Aikiframework-devel] language library

2011-06-11 Thread Christopher Adams
This is a good start. I'd say that the regex should be even more restrictive. It should only match [a-z] separated by single underscores. What do you think? - Christopher On Sat, Jun 11, 2011 at 5:44 PM, Roger Martín wrote: > Hi folks!! > > revising code for aiki, i discover a bug in language

[Aikiframework-devel] language library

2011-06-11 Thread Roger Martín
Hi folks!! revising code for aiki, i discover a bug in language library (basically it makes L10 substitutions). All terms like __something__ will search in aiki_dictionary without any test for sql-injection. So if you write in acoment something like __' you can inject SQL code. can somebody confir

[Aikiframework-devel] [Branch ~aikiframework-devel/aikiframework/trunk] Rev 831: language library revised and corrected

2011-06-11 Thread noreply
revno: 831 committer: Roger Martin branch nick: aikiframework timestamp: Sat 2011-06-11 23:21:43 +0200 message: language library revised and corrected modified: src/system/libraries/languages.php -- lp:aikiframework https://code.la

[Aikiframework-devel] Feature #373: Ability to create users from command line

2011-06-11 Thread j...@rejon.org
http://bugs.foocorp.net/issues/373#change-658 That link shows how we need similar for aiki. For every operation we need analogous command from commandline. This will also help with API stability. j...@fabricatorz.com http://fabricatorz.com ___ Mailing l

Re: [Aikiframework-devel] Aiki recent commit

2011-06-11 Thread Christopher Adams
Aha, good catch. I did a merge to get my comments added to the file but the it looks like software must have thought that the comment and the method was a single block of code and changed them together. Fixed now in 830. On Sat, Jun 11, 2011 at 2:47 AM, j...@rejon.org wrote: > on 826? or you are

[Aikiframework-devel] [Branch ~aikiframework-devel/aikiframework/trunk] Rev 830: fix merge error from revision 825

2011-06-11 Thread noreply
revno: 830 committer: Christopher Adams branch nick: aikiframework timestamp: Sat 2011-06-11 10:58:25 -0400 message: fix merge error from revision 825 modified: src/system/libraries/forms.php -- lp:aikiframework https://code.launch