Please commit it Jon Phillips bj. +86-187-1003-9974 sf. +1-415-830-3884 http://fabricatorz.com
On Mar 8, 2012 6:57 PM, "Jakub Jankiewicz" <[email protected]> wrote: I think that Aiki should add that slash if not present, I always use this type of code. if ($url[strlen($url)-1] != '/') { $url .= '/'; } On Thu, 08 Mar 2012 06:14:23 -0000 rejon <[email protected]> wrote: > Public bug reported: > > Most... Jakub Jankiewicz twitter: @jcubic www: http://jcubic.pl -- You received this bug notification because you are subscribed to the bug report. https://bugs.l... -- You received this bug notification because you are a member of Aiki Framework Developers, which is subscribed to aikiframework. https://bugs.launchpad.net/bugs/949683 Title: aiki config "url" should not require an ending slash Status in Aiki Framework: Confirmed Bug description: Most people will forget it, and ideally its backwards compatible, but annoying and will break aiki if forgotten. Standard practice is to NOT include the / and the AIKI_SITE_URL does not use it. We should consolidate use of url across aiki to NOT need the closing / To manage notifications about this bug go to: https://bugs.launchpad.net/aikiframework/+bug/949683/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~aikiframework-devel Post to : [email protected] Unsubscribe : https://launchpad.net/~aikiframework-devel More help : https://help.launchpad.net/ListHelp

