cms

Historical security flaws of popular PHP CMS's?

I'm creating a PHP CMS, one that I hope will be used by the public. Security is a major concern and I'd like to learn from some of the popular PHP CMS's like Wordpress, Joomla, Drupal, etc. What are some security flaws or vulnerabilities that they have they had in the past that I can avoid in my application and what strategies can I use ...

Magnolia RSSAggregator not picking up images?

I'm using RSSAggregator to syndicate content from my Magnolia page. However the module is not picking up images on my page - just the header and text. Why is this? ...

Javascript / CMS / editEase - What JS/Frontend-embedded CMSs exist?

I stumbled across a CMS written in jQuery that enables the site to be managed from the frontend (backend functionality is embedded in the frontend pages). Are there any other CMSs that are similar to this? editEase Demo http://jquerystuff.com/editease/ - Admin link is at the bottom-right user: admin pass: pass ...

Drupal does not recognize my website has been installed

After a successful Drupal install, I was trying to follow the security recommendations and reverted the settings.php file to 444 permissions (read, read, read). Then, all of a sudden, right after doing that, Drupal does not recognize the installation process was completed. It went back to the install screen. Worst of all. I did chmod ba...

MetaWeblog or AtomPub: Publishing to CMSs

I've got a service that interacts with plugins for different CMSs (Wordpress, Drupal, Blogger, Joomla, etc) I need my service to be able to publish a post to these various CMSs. I could either create a URL endpoint in each of the plugins and have my service call that, then have the plugins create the post using internal CMS APIs...or......

A PHP CMS to manage Files and privileges between users

I'm looking for a PHP CMS which can let me to: 1-Uploade and manage files ( pdf, words..) between users by allowing to view, to print or to download. 2-Know who accessed what and when, who download what and when... who do what and when. ...

Creating an Admin directory in Rails

I've been developing the CMS backend for a website for a few weeks now. The idea is to craft everything in the backend first so that it can manage the database and information that will be displayed on the main website. As of now, I currently have all my code setup in the normal rails MVC structure. So the users admin is /users and vide...

Is there any open source CMS user management and administration system based on PHP and jQuery?

I've try many CMS flavors like MODx, Drupal, Joomla for the admin Panel but they can't seem to manage my existing data, like the users. I'm planing on building some kind of control panel for my site, similar to the one that is used for managing users and other non-content related items in a CMS. I was wondering if there is something out...

Looking for a free CMS which allows content injection

Hi all, I was wondering if anyone could tell me of a free CMS that will allow me to change the basic content (text, image etc etc) of a website, without forcing it's own templates or designs. This is the scenario; I have already designed my website, already implemented it, and I just need a way for the actual User to edit the contents ...

Open Source CMS based on kohanaphp

Im searching open source CMS based on kohana. I want to see ideas used in admin section and all idea for cms. Please show me smth. ...

Is there any way to edit snippets and templates outside the MODx?

Is there any solution to make snippets, templates and maybe resources of MODx site available to edit with external editor? Besides this hack which make site less "native". Thanks! ...

Any mature SaaS CMS solution out there

Hi all, Looking for mature SaaS CMS solution out there that has a .NET api or RESTful api. The minimum requirement are: A nice interface for content editing The ability to sync content across servers (dev/staging/production) Versioning (rollback) Workflow Role based permission (all other cms goodies) ...

Best way to store and deliver files on a CMS

Hi all.. First of all, this isn't another question about storing images on DB vs file system. I'm already storing the images on the file system. I'm just struggling to find a better way to show them to all my users. I' currently using this system. I generate a random filename using md5(uniqueid()), the problem that I'm facing, is that ...

What is the best software to write and organize written copy / content for a website?

I'm a newbie product manager, looking for tips on how to write and organize text copy for my company's website. I need to be able to prepare the content for our public site and turn it over to the web designer who publishes it to our live site. I want our UI team to be able to quickly glance at the copy I write and immediately know w...

How to extend an existing Ruby on Rails CMS to host multiple sites?

I am trying to build a CMS I can use to host multiple sites. I know I'm going to end up reinventing the wheel a million times with this project, so I'm thinking about extending an existing open source Ruby on Rails CMS to meet my needs. One of those needs is to be able to run multiple sites, while using only one code-base. That way, whe...

simple way to quickly edit my website

here's my website: www.newportclassic.com do you know of any free, easy to use, content management systems, that will allow me to simply edit the text on my site without having to download the file, open the file, edit the code, save the file, upload the file ??????? ...

Drupal Views how to filter items overlapping a date range

Hi, in Drupal I have used CCK to add a datetime field to my custom data type. It inserts start date and end date fields. That is what I want. Now, I want Views to filter and show only the items that have the daterange (start date and end date) overlapping today's date. Any ideas on how to set it up on Views? What I think is strange is th...

Ruby On Rails CMS Framework

Hi! I want to create a framework fo rails application. It will be a rails application but packed into gem (like a Radiant CMS). It must work like this: gem install cmsframework and then: cmsframework the_app After that we have a sceleton of rails app without any controllers etc.. - all controllers loaded from cmsframework gem. If...

What CMS is more suited for creating a directory list website?

What CMS is more suited for creating a directory list website? ...

Can multiple wordpress's feed off one database?

I am a template designer and I want to create one wordpress with all generic posts, but I don't want to have to keep logging in and copy & pasteing the same wordpress posts everytime. Can I point multiple WP installs to one database? A harder way would be export a master db and importing it to each install. Before I go crazy and try to h...