Re: [Aikiframework-devel] Progress in new engine

2012-02-27 Thread j...@rejon.org
Awesome! I hope we can get some documentation on all this for the wiki at some point, but don't want to slow you down now :) Jon On Mon, Feb 27, 2012 at 6:59 AM, Roger Martín wrote: > i forget push markup.php library. Corrected. This library can evaluate thing > like this: > > (tag( 1,+2,-3,fals

Re: [Aikiframework-devel] Fwd: [Branch ~aikiframework-devel/aikiframework/trunk] Rev 1091: added note about aiki prerequisites which just bit us hard! aiki now needs

2012-02-14 Thread j...@rejon.org
e/_encode but it's only used by one of the > extensions and not Aiki Core. > > > On Mon, 13 Feb 2012 23:22:27 +0800 > "j...@rejon.org" wrote: > >> Be careful dudes, our latest software needs PHP 5.3! Jakub can explain >> more, but is important to know th

[Aikiframework-devel] Fwd: [Branch ~aikiframework-devel/aikiframework/trunk] Rev 1091: added note about aiki prerequisites which just bit us hard! aiki now needs

2012-02-13 Thread j...@rejon.org
Be careful dudes, our latest software needs PHP 5.3! Jakub can explain more, but is important to know this, esp. if you are forced to use Red Hat Enterprise Linux 5! Jon -- Forwarded message -- From: Date: Mon, Feb 13, 2012 at 11:21 PM Subject: [Branch ~aikiframework-devel/aiki

Re: [Aikiframework-devel] aiki 0.9.0 completion

2012-02-03 Thread j...@rejon.org
have some comments on some features on there. Please hepl update those notes! I'm going to work on the wiki documentation today a bit. Jon On Sat, Feb 4, 2012 at 10:47 AM, j...@rejon.org wrote: > Ok, I'm moving most tasks forward to future release, and moving bugs > too. I think a

[Aikiframework-devel] aiki 0.9.0 completion

2012-02-03 Thread j...@rejon.org
Ok, I'm moving most tasks forward to future release, and moving bugs too. I think a good task for all, is to help update the wiki: http://aikiframework.org/wiki/ There is so much old stuff and cruft. I will start taking a knife to old things and simplifying where possible, please help! As for 0

Re: [Aikiframework-devel] [Bug 909898] Re: Javascript (jQuery) assets missing from version 0.8.24.958

2012-01-25 Thread j...@rejon.org
Totally worthy to log. Adding you back to the main list. Yes, this double login thing is really annoying. Bassel, any progress in fixing it? I fixed the revision number and some other annoying ones from the minimization that bassel did to the setup. Jon On Sun, Jan 8, 2012 at 8:40 AM, Brian McK

Re: [Aikiframework-devel] Tutorial?

2012-01-16 Thread j...@rejon.org
I don't think it exists other than that shaky cam video that bassel made. A good documentation with screenshot or steps on howto setup a basic site would be totally helpful. http://aikiframework.org/wiki/Creating_a_database-driven_Application_with_Aiki I don't think an article covers this, any an

Re: [Aikiframework-devel] Rev 1025

2012-01-16 Thread j...@rejon.org
Point taken, I added back standard AUTHORS and made code so we can read it anywhere in the site along with the revision number from .bzr :) Jon On Mon, Jan 16, 2012 at 10:02 AM, j...@rejon.org wrote: > Ok, I will add them back and find another way to populate the AUTHORS > in the

Re: [Aikiframework-devel] Rev 1025

2012-01-15 Thread j...@rejon.org
Ok, I will add them back and find another way to populate the AUTHORS in the admin interface. On Mon, Jan 16, 2012 at 12:33 AM, Jakub Jankiewicz wrote: > You shouldn't remove the authors, I think that it would be better if > we keep them in a README maybe at the end. > > I can add them because I

[Aikiframework-devel] aiki apps plan and spec for 0.9.0

2012-01-10 Thread j...@rejon.org
We won't probably get to this, but I really want to have a clear picture of what aiki apps are and a basic spec for how to make them solid for 0.9.0 release, so the next release we can get going on. There are bits and pieces using apps*, but its very unclear what that means specifically. Bassel,

Re: [Aikiframework-devel] Next 6 Releases

2012-01-04 Thread j...@rejon.org
s ViewPublished" > > I need to check how this forms and permission system works in AIKI > Core. > > On Thu, 5 Jan 2012 00:16:33 +0800 > "j...@rejon.org" wrote: > >> Can you all look over this release: >> >> https://launchpad.net/aikiframework/+m

[Aikiframework-devel] Next 6 Releases

2012-01-04 Thread j...@rejon.org
Can you all look over this release: https://launchpad.net/aikiframework/+milestone/0.9.0 What can we get done in a month? Jakub, I know a lot of these are falling on you. I hope that bassel will help fix some of these bugs which are nagging us and add some features too. Roger, how are things goi

[Aikiframework-devel] Aiki Framework Licensing Update

2011-12-28 Thread j...@rejon.org
Hi all, got some feedback from a few people on the proposed licensing change of Aiki Framework to the Sharing Agreement. The basic idea is that many of us working on the project have come to the conclusion that supporting the copyright regime doesn't help support the sharing of our code. Rather, i

[Aikiframework-devel] Many Bugs in 0.9.0 post hacksaw

2011-12-27 Thread j...@rejon.org
Hi, this is mostly pointed at our hacksaw team bassel and jcubic. I just took some time to try the simplified aiki setup, and noticed many bugs introduced, but I should mention, they are mostly cosmetic. • installer gets stuck on path of installation • installer needs to be able to set log locatio

Re: [Aikiframework-devel] todo in membership.

2011-12-15 Thread j...@rejon.org
Ok documented and concretized. Roger, just put you down on this one for now. If others have ideas, please keep them flowing! https://blueprints.launchpad.net/aikiframework/+spec/update-and-clarify-permissions-system Jon On Wed, Sep 7, 2011 at 9:44 PM, j...@rejon.org wrote: > Quite simply,

Re: [Aikiframework-devel] redirecting a url

2011-12-12 Thread j...@rejon.org
1 Moved Permanently",); )script) > (script( $aiki->utils->header("Location: [root]/admin",); )script) > > and utils->header is just wrapper of header php function. > > > On Mon, 12 Dec 2011 12:06:04 -0600 > "j...@rejon.org" wrote: > >&

[Aikiframework-devel] redirecting a url

2011-12-12 Thread j...@rejon.org
There must be a better way to redirect urls in aiki. Bassel or anyone else have a better way than a stupid html redirect? http://www.aikiframework.org/wiki/Improve_Your_AikiFu#Redirect_a_url Like this: -- Jon Phillips 王✳爻气 http://fabricatorz.com ✳ skype: kidproto ✳ irc: rejon +1.415.830.3884

[Aikiframework-devel] spam on wiki

2011-12-12 Thread j...@rejon.org
Guys, I locked new registrations for now and put a message up on the wiki so that people will have to ask for now. Its unfortunate, but there is just too much spam! http://aikiframework.org/wiki/ I'd rather focus on moving the wiki content to using aiki sooner rather than deal with more mediawiki

[Aikiframework-devel] Development Updates

2011-12-11 Thread j...@rejon.org
Hi all, I update the aiki framework development roadmap and added 10 releases for the 0.9 series. Its just obvious that we need to get 0.9.0 out asap with the language support and many many bugfixes, then try to be more reasonable in putting a monthly window on the 0.9.x release cycle to get more a

Re: [Aikiframework-devel] [Branch ~aikiframework-devel/aikiframework/trunk] Rev 929: moved plupload and codemirror back to original place

2011-11-11 Thread j...@rejon.org
No I completely disagree. Lets keep everything on the main trunk as development, then can make branches for the releases. That is what we decided on before. Lets stick to it! So, we are working towards 0.9. Don't get me wrong, updates and changes great and welcome aiki founder! But, just want to

Re: [Aikiframework-devel] [Branch ~aikiframework-devel/aikiframework/trunk] Rev 929: moved plupload and codemirror back to original place

2011-11-11 Thread j...@rejon.org
totally >> breaking aiki and I can't let that happen. >> >> -- >> Bassel Safadi | http://bassel.ws >> Skype: i.know.sy | Global: +1-323-545-3855 >> >> >> On Fri, Nov 11, 2011 at 11:02 AM, j...@rejon.org wrote: >>> >>> bassel

Re: [Aikiframework-devel] [Branch ~aikiframework-devel/aikiframework/trunk] Rev 929: moved plupload and codemirror back to original place

2011-11-11 Thread j...@rejon.org
uld respect the developers, since there are more developers esp. than users! In irc as always if you want to talk about...you should try to test and make a case for things until you are up to speed. Please do for all of us! Jon > -- > Bassel Safadi | http://bassel.ws > Skype: i.kno

[Aikiframework-devel] Fwd: [Branch ~aikiframework-devel/aikiframework/trunk] Rev 929: moved plupload and codemirror back to original place

2011-11-11 Thread j...@rejon.org
bassel stopp this is done through the build process! You need to try the makefiles, they handle this. please revert your changes! Jon -- Forwarded message -- From: Date: Fri, Nov 11, 2011 at 5:00 PM Subject: [Aikiframework-devel] [Branch ~aikiframework-de

[Aikiframework-devel] http://symphony-cms.com/

2011-10-20 Thread j...@rejon.org
our site should look as good as this...we have work todo :) -- Jon Phillips http://rejon.org/ | http://fabricatorz.com/ chat/skype: kidproto | irc: rejon +1.415.830.3884 (global) | +1-510-499-0894 (sf) +86-187-1003-9974 (beijing) ___ Mailing list: http

Re: [Aikiframework-devel] todo in membership.

2011-09-07 Thread j...@rejon.org
Quite simply, we need this: 1.) analyze membership we currently have, as in user/groups/permissions, and the defaults 2.) map on how we can support standard unix users and groups, as well as have simple types of roles like wordpress has, so we can apply roles to these users and groups (as in, "ca

Re: [Aikiframework-devel] AIKI Markup Syntax and Extension Proposal

2011-09-02 Thread j...@rejon.org
we need to restart this discussion On Tue, Mar 15, 2011 at 2:00 AM, Jakub Jankiewicz wrote: > I don't like this > > sql statement > > And adding for for and if is not inventing a language. It's just like C > preprocesor, This are importer because user will use AIKI not PHP. and > functions which

Re: [Aikiframework-devel] todo in membership.

2011-09-02 Thread j...@rejon.org
yep, any update on this rg1024? On Wed, Jul 20, 2011 at 4:36 PM, Christopher Adams wrote: > Cool, is this getting documented? > > My extensions use permissions a lot so it would be great to have a standard > API for this. > > On Wed, Jul 20, 2011 at 5:34 AM, j...@rejon.org w

Re: [Aikiframework-devel] german aiki translation

2011-09-02 Thread j...@rejon.org
good work! added 2011/8/21 Jakub Szypulka : > Enjoy! > > On Sun, Aug 21, 2011 at 1:19 PM, j...@rejon.org wrote: >> >> oops, added the file. >> >> we will refine this system, but want to get something in first. >> >> Jon >> >> On Sun, Au

Re: [Aikiframework-devel] help translate to arabic these strings?

2011-09-02 Thread j...@rejon.org
yah, can you just translate what i sent you for now. we'll get there On Sun, Aug 21, 2011 at 10:01 PM, Issa Mahasneh wrote: > Do you have a .po file with all the Arabic strings? knowing how some words > have been already translated could help a lot :) > > 2011/8/21 j...@rejon.

Re: [Aikiframework-devel] some default strings needing translation

2011-09-02 Thread j...@rejon.org
added great On Tue, Aug 23, 2011 at 12:10 AM, j...@rejon.org wrote: > Great! > > 2011/8/23 ricardo lafuente : >> Here it goes! >> >> On 08/21/2011 12:17 PM, j...@rejon.org wrote: >>> >>> We are adding better language support, can you help translate

Re: [Aikiframework-devel] Google sitemap

2011-08-31 Thread j...@rejon.org
This is great can you copy this to the aikifu section please? Yes I Want us to develop a google sitemap app in the Future. j...@fabricatorz.com http://fabricatorz.com On Aug 24, 2011 1:33 AM, "Jakub Jankiewicz" wrote: > I created Google sitemaps with all links to detail pages along with > images.

Re: [Aikiframework-devel] some default strings needing translation

2011-08-22 Thread j...@rejon.org
Great! 2011/8/23 ricardo lafuente : > Here it goes! > > On 08/21/2011 12:17 PM, j...@rejon.org wrote: >> >> We are adding better language support, can you help translate these >> strings? >> >> Just replace that spanish text with the translation of the e

Re: [Aikiframework-devel] german aiki translation

2011-08-21 Thread j...@rejon.org
oops, added the file. we will refine this system, but want to get something in first. Jon On Sun, Aug 21, 2011 at 7:17 PM, j...@rejon.org wrote: > We are adding better language support, can you help translate these strings? > > Just replace that spanish text with the translation of th

[Aikiframework-devel] german aiki translation

2011-08-21 Thread j...@rejon.org
We are adding better language support, can you help translate these strings? Just replace that spanish text with the translation of the english text as the first string into german please. Everything should between those quotes. Make sense? This is for new aiki language interface. This is just

[Aikiframework-devel] some default strings needing translation

2011-08-21 Thread j...@rejon.org
We are adding better language support, can you help translate these strings? Just replace that spanish text with the translation of the english text as the first string into portuguese please. Everything should between those quotes. Make sense? This is for new aiki language interface. This is j

[Aikiframework-devel] help translate to arabic these strings?

2011-08-21 Thread j...@rejon.org
We are adding better language support, can you help translate these strings? Just replace that spanish text with the translation of the english text as the first string. Everything should between those quotes. Make sense? This is for new aiki language interface. Thanks Jon -- Jon Phillips htt

[Aikiframework-devel] aikimarkup2

2011-07-30 Thread j...@rejon.org
I see a plan here: 1.) We clean-up the classes where current aikimarkup is located and abstract the markup capability, so that its simple to extend markup. * Add a hooks capability so that filters can be called upon widgets composition and/or markup processing 2.) We clean up aikimarkup into a li

[Aikiframework-devel] http://www.aikiframework.org/wiki/Config_class

2011-07-24 Thread j...@rejon.org
If you all haven't looked at what rg1024 did, you should: http://www.aikiframework.org/wiki/Config_class This is solid documentation. We should really have that level of documentation for each class. Also, this is totally the right direction for firming up Aiki's api. Jon -- Jon Phillips http:

Re: [Aikiframework-devel] Upcoming Aiki Framework 0.9 Release

2011-07-22 Thread j...@rejon.org
to see things laid out and taking shape like this! > > On Thu, Jul 21, 2011 at 11:30 PM, j...@rejon.org wrote: >> >> Hi all, >> >> As part of Fabricatorz efforts to make the next version of Open Font >> Library, we hope to use this drive towards the end

[Aikiframework-devel] Upcoming Aiki Framework 0.9 Release

2011-07-21 Thread j...@rejon.org
Hi all, As part of Fabricatorz efforts to make the next version of Open Font Library, we hope to use this drive towards the end of the month to get Aiki 0.9 completed. https://launchpad.net/aikiframework/+milestone/0.9 There are some big pieces part of 0.9 like updating the translation system, f

Re: [Aikiframework-devel] todo in membership.

2011-07-19 Thread j...@rejon.org
On Tue, Jul 19, 2011 at 2:21 PM, Roger Martín wrote: > Hi folks!! > > i've added two simple method in membership class: is_systemgod (trivial) and > have_permission, that check if you have given permission or your group had a > minor group level (you can see it in widget.php line 342) > I will app

[Aikiframework-devel] Fwd: WordPress 3.2, you know what to do

2011-07-12 Thread j...@rejon.org
We can admire their process :) j...@fabricatorz.com http://fabricatorz.com -- Forwarded message -- From: "Matt Mullenweg" Date: Jul 12, 2011 6:03 PM Subject: WordPress 3.2, you know what to do To: Last week we released WordPress 3.2, a version focused on making WP faster and lig

Re: [Aikiframework-devel] Aiki Update System

2011-06-27 Thread j...@rejon.org
Awesome! More in a moment j...@fabricatorz.com http://fabricatorz.com On Jun 27, 2011 6:06 PM, "Steven Garcia" wrote: > Hello All, > > The information contained in this email can also be viewed here: > http://www.aikiframework.org/wiki/Aiki_Robust_Update_System in the section > titled Develo

[Aikiframework-devel] Fwd: [Branch ~aikiframework-devel/aikiframework/trunk] Rev 867: fixed generated comment for each widget in style.php

2011-06-23 Thread j...@rejon.org
BTW, I had a thought about that, and all can see in the code todos, I placed @todo wherever aiki is spewing out comments in output. http://www.aikiframework.org/doc/todolist.html I think we should only print out /* comments in css */ and if the debug config option is set. For one, it makes page

Re: [Aikiframework-devel] last revision

2011-06-22 Thread j...@rejon.org
Great work Roger! I'm eager to test these out! On Wed, Jun 22, 2011 at 3:49 PM, Roger Martín wrote: > hi folks! > > first, sorry for the last break..I was guilty, but as conclusion we can say > developers need a fresh copy a a great aiki site to perform test. > > second, i have improve display_ur

Re: [Aikiframework-devel] committer: Roger Martin Rev 863: widget.php and url.php improvments

2011-06-21 Thread j...@rejon.org
Ok, cool. Yes, I'm putting this on my todo list about openclipart db. Also, I was about to revert your commit ;) Here is how in bzr: bzr pull --overwrite -r 862 lp:aikiframework bzr push But no need now :) On Wed, Jun 22, 2011 at 12:43 AM, Roger Martín wrote: > Problem corrected. Time ago, i c

Re: [Aikiframework-devel] committer: Roger Martin Rev 863: widget.php and url.php improvments

2011-06-21 Thread j...@rejon.org
r Adams wrote: > >> I also vote to revert. However, my working branch is behind right now. >> Steven, can you handle the reversion to 862? >> >> On Tue, Jun 21, 2011 at 8:49 PM, j...@rejon.org wrote: >> >>> OK Steven or roger or Christopher please rever

Re: [Aikiframework-devel] committer: Roger Martin Rev 863: widget.php and url.php improvments

2011-06-21 Thread j...@rejon.org
OK Steven or roger or Christopher please revert. And then commit backroger when fixed. j...@fabricatorz.com http://fabricatorz.com On Jun 21, 2011 7:47 PM, "Steven Garcia" wrote: > Hello all, > > I have verified this update is definitely breaking the aiki home page > (example:http://localhost/aik

Re: [Aikiframework-devel] How is site_name set?

2011-06-21 Thread j...@rejon.org
Needs repair. Please file. j...@fabricatorz.com http://fabricatorz.com On Jun 21, 2011 5:32 PM, "Christopher Adams" wrote: > The Aiki database contains an aiki_sites table with a site_name that shows > up in, for example, the title of every page. > > How is this value supposed to be changed? Ther

Re: [Aikiframework-devel] widget.php and url.php first round.

2011-06-21 Thread j...@rejon.org
Awesome keep them coming. Do you have a test site you are using to compare against? j...@fabricatorz.com http://fabricatorz.com On Jun 21, 2011 5:01 PM, "Roger Martín" wrote: > hi folks! > > finally, i've resolved my bzr problems and can push last changes. > > In general, changes are: > - Suppre

Re: [Aikiframework-devel] push pending

2011-06-20 Thread j...@rejon.org
You can try to bzr uncommit until the point where it you can bzr pull That is one way, then commit and push. Jon On Mon, Jun 20, 2011 at 10:07 AM, Roger Martín wrote: > Hi folks! > i've finished some improvements over widgets.php but i can't push them. bzr > pull give me this error: > > bzr: ER

Re: [Aikiframework-devel] AikiApps and AikiSites TODO

2011-06-18 Thread j...@rejon.org
Roger and others, also, if you notice the main page of the http://aikiframework.org site, you'll see I made some high level points which I hope can help us in moving AIki forward: Agile. Teams Work Together. Community with Teams. Web-based Development. Secure. Battle Tested. Built-in Permission

[Aikiframework-devel] Aiki Markup

2011-06-18 Thread j...@rejon.org
Hi guys, while Aiki Markup is not ideal, I cleaned up the documentation. In making comments on the code, I've noticed many undocumented markup and have been adding them to this page. http://www.aikiframework.org/wiki/Aikimarkup For Aiki Markup 2, I'm wavering between nuking current markup all th

Re: [Aikiframework-devel] AikiApps and AikiSites TODO

2011-06-17 Thread j...@rejon.org
On first read, you are totally correct in everything you are saying. So, that is my thoughts now, and great for completing this weekend: 1.) complete code documentation 2.) In parallell, fosdevel is adding the global aiki updater 3.) at that point I think we need to test the updater code massivel

[Aikiframework-devel] AikiApps and AikiSites TODO

2011-06-16 Thread j...@rejon.org
Ok, fosdevel, cxadams and I just had a really great discussion about what the aiki updater should look like, and realized we needed to clarify some boundaries in the system design. Right now the admin interface uses aiki to make itself, and then aiki devs use this to make AikiSites. However, the

Re: [Aikiframework-devel] [Branch ~aikiframework-devel/aikiframework/trunk] Rev 818: Append the aiki-site-root directory to the PHP include path while preserving existing entries. Re...

2011-06-14 Thread j...@rejon.org
Yes, I documented this heavy what we need: http://aikiframework.org/wiki/Aiki_Robust_Update_System Essentially, we need to compare a current installations aiki version number to the one being updated to, and then have a function for each version number to run commands to bring a system up to date

Re: [Aikiframework-devel] bug 797018

2011-06-14 Thread j...@rejon.org
On Tue, Jun 14, 2011 at 10:35 AM, Roger Martín wrote: > > Hi folks!! > > the recent changes in widget (adding the widget name in comment ) is the cause of this Bug(1), sorry. > > Sometimes, aiki development is "como un elefante en una cacharreria" or in > english, "like a bull in a hardware store

[Aikiframework-devel] https://launchpad.net/aikiframework/+milestone/0.9

2011-06-14 Thread j...@rejon.org
I updated a bunch of tasks. Bassel has been away, so removed tasks from him and reassigned some others. I moved the timeline for this release back to june 30. I really want to hit it. There might have to be some tasks pushed back, but we are doing overall quite well with about half of the bugs an

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] 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-10 Thread j...@rejon.org
on 826? or you are talking to christopher specifically? I think it was accident if happened...feel free to add back On Sat, Jun 11, 2011 at 1:28 AM, Steven Garcia wrote: > Did you intentionally remove that pass-by-reference: -       public function > create_insert_form(&$form, $form_array ){

Re: [Aikiframework-devel] Disappearing widgets in revision 818

2011-06-10 Thread j...@rejon.org
11 at 8:22 PM, Christopher Adams >> wrote: >> > The list of widgets is still missing. >> > >> > On Fri, Jun 10, 2011 at 6:37 PM, j...@rejon.org wrote: >> >> Ok i corrected the sql serialized data counts, but the include stuff I >> >> didn'

Re: [Aikiframework-devel] Disappearing widgets in revision 818

2011-06-10 Thread j...@rejon.org
Ok i corrected the sql serialized data counts, but the include stuff I didn't get to work yet...hopefully someone else will repair before I get back in a couple of hours. I hate to revert that change, but need a solution to it. Jon On Fri, Jun 10, 2011 at 4:10 PM, j...@rejon.org wrote: &

Re: [Aikiframework-devel] Disappearing widgets in revision 818

2011-06-10 Thread j...@rejon.org
Heya, I'll work on this. Christopher is working on some problem he discovered on the loginwe in #aiki for anyone ;) Jon On Fri, Jun 10, 2011 at 3:57 PM, Roger Martín wrote: > Hi folks! > > There are two problem > : > 1) the litlle: rename aiki_widgets fields custome_output to custom_header t

Re: [Aikiframework-devel] Problem running revision 809+ on Ubuntu

2011-06-10 Thread j...@rejon.org
to fix it. > > On Fri, Jun 10, 2011 at 2:23 PM, j...@rejon.org wrote: >> Check the ./configure --help: >> >>  HTTPD_USER  Set the HTTPD user. You may specify a numeric user ID as well. >>              On Debian-based systems, Apache runs as the user www-data. In &g

Re: [Aikiframework-devel] Problem running revision 809+ on Ubuntu

2011-06-10 Thread j...@rejon.org
configure: HTTPD_USER=www-data ../configure AND THE REST OF YOUR OPTIONS Same put any variables in front of ../configure Try that and report back. Jon On Fri, Jun 10, 2011 at 1:19 PM, j...@rejon.org wrote: > Oh this is because your apache user is www-data ... > > j...@fabricatorz.c

Re: [Aikiframework-devel] Problem running revision 809+ on Ubuntu

2011-06-10 Thread j...@rejon.org
Oh this is because your apache user is www-data ... j...@fabricatorz.com http://fabricatorz.com On Jun 10, 2011 1:16 PM, "Christopher Adams" wrote: > The error message I see on sudo make install is: > > chown: invalid user: `apache:apache' > make[3]: *** [install-data-hook] Error 1 > make[2]: ***

[Aikiframework-devel] widgets.php

2011-06-10 Thread j...@rejon.org
don't look in there...you will be scared... Jon ___ Mailing list: https://launchpad.net/~aikiframework-devel Post to : aikiframework-devel@lists.launchpad.net Unsubscribe : https://launchpad.net/~aikiframework-devel More help : https://help.launch

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] revno 806, define aiki and error_reporting.

2011-06-08 Thread j...@rejon.org
On Wed, Jun 8, 2011 at 2:44 PM, Roger Martín wrote: > Hi folks: > > I have removed a error in some files. The error consist in: > code (not exact copy) > 1. error_reporting(0);    // no error warning > 2. define("AIKI",1); > 3. require_once("aiki.php"); > That is nasty! > Line 2 define a constan

Re: [Aikiframework-devel] Trouble with Aiki packages

2011-06-08 Thread j...@rejon.org
Yeah, that is because the version number is incorrect inthat package. I set this to 0.8.1 on the download page. I hope steven can look at the current autobuild and we can sort out the problem and repair to get a latest stable image up to ride out until 0.9. Sooo, at least what's being served is

Re: [Aikiframework-devel] [Bug 794110] [NEW] HTML entities are ending up incorrectly in widgets

2011-06-08 Thread j...@rejon.org
Yeah, great analysis. BTW, this underlines the approach we need on refactoring and fixing code. Basically, aiki's underlying api is not sound with so much reliance upon regular expression. Roger, I like your approach and think we should follow on the codebase of making each class have a better ap

Re: [Aikiframework-devel] [Bug 794110] [NEW] HTML entities are ending up incorrectly in widgets

2011-06-08 Thread j...@rejon.org
What has changed then? On Wed, Jun 8, 2011 at 3:05 PM, Christopher Adams wrote: > This is exactly what I am seeing. > > On Wed, Jun 8, 2011 at 3:53 PM, Roger Martín wrote: >> >> I can confirm error...but it's only a 'visual error': in database, >> "aiki_user" is stored (even if you edit it ("EX

[Aikiframework-devel] Fwd: [Branch ~aikiframework-devel/aikiframework/trunk] Rev 803: added one more depth for search on extensions so we can have

2011-06-08 Thread j...@rejon.org
looks like i'm fighting against tabs... I'm conceding, will use tabs instead of spaces fro mhere on out...noticed as well our class names are lowercase... This is our vim tab style: :set tabstop=4 softtabstop=4 shiftwidth=4 noexpandtab ugh, but I'll live with Jon -- Forwarded message

Re: [Aikiframework-devel] taglines for aiki framework TODO

2011-06-07 Thread j...@rejon.org
Scaling. Need to make more details about these things, on separate pages, but gets the idea across better than a block of text. On Mon, Jun 6, 2011 at 9:51 PM, Christopher Adams wrote: > +1 > > On Mon, Jun 6, 2011 at 7:11 PM, j...@rejon.org wrote: >> another one to fit in th

[Aikiframework-devel] goal for aiki TODO

2011-06-06 Thread j...@rejon.org
Sorry to be spamming you guys, but it struck me today. Part of our efforts in simplifying Aiki and making it stronger should be to consider the simplest interface for being able to create an aiki site. I think that would be using the commandline to create an aiki site. Imagine that! If we can make

Re: [Aikiframework-devel] taglines for aiki framework TODO

2011-06-06 Thread j...@rejon.org
written in any core. WE need more developers to use aiki, and be excited by it! Vapor reaks of desperation ;) On Mon, Jun 6, 2011 at 6:08 PM, j...@rejon.org wrote: > I'm trying to come up with some new text for the main aiki site. Any ideas? > > > Agile. > > Teams Work Toge

[Aikiframework-devel] taglines for aiki framework TODO

2011-06-06 Thread j...@rejon.org
I'm trying to come up with some new text for the main aiki site. Any ideas? Agile. Teams Work Together. Community Works with Teams. Web-based Development. Secure. Battle Tested. Built-in Permissions. Pluggable Security. Fast. 25x Faster than Drupal. 5x Faster than Mediawiki 3x Faster than Wo

Re: [Aikiframework-devel] Login fails error is displayed in form

2011-06-06 Thread j...@rejon.org
On first inspection this is totally awesome! Just chatted with Christopher to test and see how we can integrate into the default aiki widgets! Great Also, what do you see next? Ways we can store all messages as an option is great too! Jon On Mon, Jun 6, 2011 at 3:35 PM, Roger Martín wr

[Aikiframework-devel] http://www.aikiframework.org/wiki/Aiki_Troubleshooting

2011-06-05 Thread j...@rejon.org
I fleshed out fosdevel's troubleshooting page. But, my ideas are too big there right now (and I'm falling asleept too late here!) Cheers Jon -- Jon Phillips http://rejon.org/ | http://fabricatorz.com/ chat/skype: kidproto | irc: rejon +1.415.830.3884 (global) | +1-510-499-0894 (sf) +86-187-1003-

[Aikiframework-devel] Making Releases

2011-06-05 Thread j...@rejon.org
We talked about this in the IRC chat room today, but I put all the steps I/we normally take when doing releases and announcing them to the world. It looks really long, but the general idea is to drive the roadmap to completion, send out an announcement, and gather the fruit from that over the 3-5 d

Re: [Aikiframework-devel] copy of fresh aiki widget.

2011-06-04 Thread j...@rejon.org
Roger, please give an update. I have a bunch of stuff to merge. We might have to back out your changes so we can get some code applied. Would prefer if you just fix your commits since we are not as active on this weekend it seems. Any updates? Jon On Sat, Jun 4, 2011 at 6:29 PM, Christopher Ad

Re: [Aikiframework-devel] [Branch ~aikiframework-devel/aikiframework/trunk] Rev 773: improving forms

2011-06-03 Thread j...@rejon.org
All is well Roger. Thanks for testing and retesting. We all appreciate your contributions...we all learn. Jon On Fri, Jun 3, 2011 at 3:20 PM, Roger Martín wrote: > Hi people > i always test the code, but i'm newbie pushing code. Effectively, i push a > bad comment commit and sorry, a last minute

Re: [Aikiframework-devel] improving forms!.

2011-06-03 Thread j...@rejon.org
BTW, this is also something we should be doing for every release to note even what has changed, features, etc. Some things aren't so easily describe-able in the commit messages, and might need a guide. Here is how Inkscape handles the release notes, which is what this page is describing: http://w

Re: [Aikiframework-devel] improving forms!.

2011-06-03 Thread j...@rejon.org
Of course, would be great to clean up the syntax and make a path forward since the form syntax is one of the worst. Christopher, you have any ideas on this? On Fri, Jun 3, 2011 at 10:16 AM, j...@rejon.org wrote: > Roger these are great steps forward!!! Thanks for these additions. > Great f

Re: [Aikiframework-devel] improving forms!.

2011-06-03 Thread j...@rejon.org
Roger these are great steps forward!!! Thanks for these additions. Great for all to test these out on latest checkedout version of aiki! Jon On Fri, Jun 3, 2011 at 10:07 AM, Roger Martín wrote: > I started working on forms.php. > Changes: > - now you can call the form with your name > # (form: a

Re: [Aikiframework-devel] help in pagination bugs

2011-06-02 Thread j...@rejon.org
A lot has changed on the site since ronaldo developed on the project. Sounds like you tested enough...Christopher, could you try to run this? Jon On Thu, Jun 2, 2011 at 3:32 PM, Roger Martín wrote: > > I tested it in a local copy of ocal, simulating a SQL with multiline, > groups, join and it wo

Re: [Aikiframework-devel] help in pagination bugs

2011-06-02 Thread j...@rejon.org
How can we best test this? You are testing these right? Jon On Thu, Jun 2, 2011 at 2:39 PM, Roger Martín wrote: > I work around bug in pagination (579778) [1] > > I hope that the last revision(768) is the solution...but we need > confirmation > > Sorry for the delay. > > [1] see https://bugs.lau

Re: [Aikiframework-devel] Aiki Framework 0.9

2011-05-31 Thread j...@rejon.org
Great idea Christopher! On Tue, May 31, 2011 at 9:44 AM, Christopher Adams wrote: > We are planning changes to Aiki Framework 0.9 which will affect all > currently deployed sites. Some Aiki Markup and HTML output may change > which may require you to update your widgets when you upgrade to Aiki >

Re: [Aikiframework-devel] Aiki Framework 0.9

2011-05-27 Thread j...@rejon.org
xtensions are stored > 4) Changes in Aiki markup > > etc. > > - Christopher > > On Fri, May 27, 2011 at 2:56 AM, j...@rejon.org wrote: >> Hi guys, so with LGM2011, the Aiki 0.9 release got pushed back. But, >> now we are here, and ready to hack! >> >> Lets

[Aikiframework-devel] Aiki Framework 0.9

2011-05-26 Thread j...@rejon.org
Hi guys, so with LGM2011, the Aiki 0.9 release got pushed back. But, now we are here, and ready to hack! Lets get 0.9 done by mid-june! There are a lot of things to be done, but we can do them! I made some assignments on the wiki. Please check out, see if you feel comfortable with some and uncom

[Aikiframework-devel] http://en.wikipedia.org/wiki/Aiki_Framework

2011-05-14 Thread j...@rejon.org
Please help update! http://en.wikipedia.org/wiki/Aiki_Framework -- Jon Phillips http://rejon.org/ | http://fabricatorz.com/ chat/skype: kidproto | irc: rejon +1.415.830.3884 (global) | +1-510-499-0894 (sf) +86-187-1003-9974 (beijing) ___ Mailing list:

[Aikiframework-devel] big aiki sql parsing bug

2011-04-28 Thread j...@rejon.org
Roger, could you help with some more parsing bugs please? https://bugs.launchpad.net/openfontlibrary/+bug/579778 We need your help. Please hop into chat... Jon -- Jon Phillips http://rejon.org/ | http://fabricatorz.com/ chat/skype: kidproto | irc: rejon +1.415.830.3884 (global) | +1-510-499-08

Re: [Aikiframework-devel] ocal user in database duplication solution

2011-04-22 Thread j...@rejon.org
ok, good to look into aiki about the random password, the throw away code I'll look over and test on a test db. On Fri, Apr 22, 2011 at 12:12 PM, Jakub Jankiewicz wrote: > I thought about it as one time solution and throw away code. But I can > rewrite it as aiki extension. > -- Jon Phillips

Re: [Aikiframework-devel] ocal user in database duplication solution

2011-04-22 Thread j...@rejon.org
Good to see you working on these solutions. Did you see you can use aiki's classes to do these operations? Can you look at aiki's code about adding the random password. Then, we can test out the duplication fix on a copy of the db. Cool? Jon On Fri, Apr 22, 2011 at 3:01 AM, Jakub Jankiewicz wr

Re: [Aikiframework-devel] major bugs in aiki: forms and upload : Plan of action

2011-04-15 Thread j...@rejon.org
Yes, I like this idea. Default output, but customizable when you need it. Jon On Fri, Apr 15, 2011 at 2:56 AM, Jakub Jankiewicz wrote: > I think that we need ability to change forms from aiki. They can be for > instance special widgets (meta widgets) that can be change by > users when they thin

Re: [Aikiframework-devel] major bugs in aiki: forms and upload : Plan of action

2011-04-14 Thread j...@rejon.org
Jon On Thu, Apr 14, 2011 at 1:27 PM, j...@rejon.org wrote: > We are rerouting around aiki problems for the most part right now. But, we > would really love some help here anytime bassel and others can get online... > > Ok, the two suckiest parts that we are running into in aiki a

[Aikiframework-devel] major bugs in aiki: forms and upload : Plan of action

2011-04-14 Thread j...@rejon.org
We are rerouting around aiki problems for the most part right now. But, we would really love some help here anytime bassel and others can get online... Ok, the two suckiest parts that we are running into in aiki are: 1.) forms * they just need to be rewritten...would love some help and/or guidanc

Re: [Aikiframework-devel] some ideas for aiki

2011-04-07 Thread j...@rejon.org
any fresh ideas on this? On Tue, Nov 30, 2010 at 4:47 PM, Roger Martín wrote: > Hi bassel and jon!! > > I am  thinking about widget, parsers, markups. Again i have suggestions and > ideas, but don't know where, how and with who can discuss it. > Perhaps if you or Jon can open a discuss or incorpo

Re: [Aikiframework-devel] AIKI Markup Syntax and Extension Proposal

2011-04-07 Thread j...@rejon.org
Did you get that minilanguage outlined Jakub? On Sat, Mar 19, 2011 at 9:08 AM, Bassel Safadi wrote: > Good article > > On Wed, Mar 16, 2011 at 8:05 AM, Jakub Jankiewicz wrote: >> >> If you don't read this already you should "Designing Minilanguages" >> chapter in The Art of Unix Programming by E

  1   2   >