PyroCMS v0.9.7.4 - an open-source modular general purpose CMS |
[eluser]Phil Sturgeon[/eluser]
Ahem, that v0.9 tag was a joke, I left debug data in and the profiler was switched on in Admin_controller. The v0.9.1 (codenamed "When I woke up and realised what I'd done") is available for download. http://github.com/philsturgeon/pyrocms/zipball/v0.9.1 Also, TinyMCE integration is going well. Managed to get dual configurations working so we can have simple and advanced WYSIWG editors on the same page, simply by applying a class to the form input. Reckon anyone will mind if I swap out Spaw (that has a working upload manager) for TinyMCE (that right now doesn't but soon will?). I really can't stick usign Spaw anymore, its making me want to not post articles!
[eluser]fatdog[/eluser]
Hey Phil, "#1062 - Duplicate entry 'google_analytic' for key 'PRIMARY' " I think that entry is duplicated ![]()
[eluser]Phil Sturgeon[/eluser]
I know I messed up again :'( Was just installing the demo when I noticed that. Really need to start FULLY testing my releases... Luckily I have a remote repo I can access from work for just such occasions. The newest commit takes care of that. I have also noticed a strange issue when running PyroCMS under virtualmin/ubuntu. My automatic path calculation in config and constants (for assets and base_url()) end up as http://servernamepyrocms/stuff. Will fix that tonight.
[eluser]fatdog[/eluser]
Hi, So far I'm liking the pyro. I find easy to understand what's going on, and think it will be pretty simple to expand. A few things I found out while playing with it for a while: - I got a generic "error ocurred" when trying to create a photo album. It was the directory assets/img/galleries was missing. I don't know if it was supposed to be created on the fly. If that's the case it didn't work for me. I had to create it manually. That fixed the error. - The modal windows / lightbox thingie for the pics has the path to the close button image broken. - Uploaded images with special characters on their names get their name converted, but the original name is inserted in DB (ex.. Original = Nenúfares.jpg gets renamed to Nenúfares.jpg) In my experience with special characters on file names (We have quite a few of those in spanish), There are three option: 1- Clean and/or substitute special characters. 2- Rename the file completely to a unique name like prefix_DDMMYYYYHIS.jpg. 3 - Put a big warning "NO SPECIAL CHARACTERS" (Yes I've done that too). (I usually do a mix of 1 and 2) Also Translating it to spanish in a reusable-uprgradable way it's gonna be kind of hard, since there are a lot of hardcoded strings.
[eluser]Phil Sturgeon[/eluser]
1.) Missing galleries folder. This is an issue with Git darn it. A folder with no files simply doesnt exist... I will add an index.html in there to protect it. 2.) I thought a fix went in for that a while back. Check your assets/js/front.js and see if it says /applicaion/ in there anywhere. If so, git has stolen another commit from me. 3.) Good point. They should probably just be md5'ed to be certain.
[eluser]NightLion[/eluser]
Hey Phil, yesterday i'd tried to create a gallerie named "Cézar Menotti e Fabiano", but the table title and slug only supports 20 characteres. then in the galleries folder, the folder was named: "cesar-menotti-e-fabiano", its right, till now all ok. but the sql "ate" few characteres, then when i click in galleries menu the gallerie url was like that: "/application/assets/imgs/galleries/cesar-menotti-e-fabi/" the folder was corrected created, but in SQL, dont. try to set a bigger value to the field title and slug.
[eluser]Phil Sturgeon[/eluser]
I'll up it to 100 and make sure all varchars have matching max_lengths in the CI validation and HTML forms. Ticket #33
[eluser]NightLion[/eluser]
phil, i already said that, but i still think that's a good idea, create a website to pyro-cms, or a forum, to pyro have optional modules to download, languages, etc. a section to post bugs, to stay mmore organizated than this post rsrs. i can host in my server if u want, and the next versions i can translate to portuguese too, here in brazil we use so much CMS, but its hard find one simple, but flexible like pyro. if u are interested, contact me.
[eluser]Phil Sturgeon[/eluser]
I am planning to have a pyrocms site and further down the line the add/remove module feature that has been mentioned will list available modules for download. Right now I am focusing on bug fixing and the shopping cart module I mentioned as I am being paid for that one. However I would love some help getting the non-lang modules langed. Its simply a case of converting hard-coded english stirngs to lang strings, then we can convert pyrocms to any damn language we please. Think you are up to the task? ![]()
|
Welcome Guest, Not a member yet? Register Sign In |