Drupal Checklist
Submitted by drupal_admin on Tue, 2006-06-06 15:01
CHECKLIST FOR DRUPAL
- What programming language is it written in?
- php, required version php 4.x
- Which database is used?
- mysql v3.23.17 / PostGreSQL
- What are the other packages it needs?
- no extra packages are needed
- Does it require any additions to be made to apache?
- no, required version of apache is 2.0.x
- does it have good collection of templates?
- yes, they are widely available. But sometimes some sections visible in one template may not be seen in others.
- Is there a user friendly gui to edit the templates?
- No
- Can we define our own drop downs?
- No.
- Does it have an auto expiry feature?
- No.
- How does html editing take place?
- Via full html text editor or the rich text editor.
- How does image uploading take place?
- there is a content type image. That can contain images which can be uploaded via a browse button.
- Can we upload files, pdf docs, etc?
- Yes.
- Can the admin see who is online?
- Yes. That can be controlled depending upon whether he wants to see that or not.
- Is there automatic mirroring between machines? if yes which type-master slave or multi master
- No.
- Where are the pages kept? In database or flat file system?
- In a database. the revisions of the pages are also kept within the same table of the database.
- Is there a separate template for separate sections?
- Yes that can be done.
- Is there a text based search facility provided?
- Yes.
- Do we need to add hyperlinks as pages are created?
- If the pages are linked to a particular section then the node id of the page is to be added.
- Access control - Is there access control to -
- Create pages - yes
- View pages - yes
- Edit pages - yes
- Can a user register himself ?
- That can be controlled as we can have options for -
- User can register himself and approved without admin permission
- User can register himself and will be registered only after admin approval
- Only admin can create users
- Is there logging of work done (version control)
- Yes we can control that whenever a node is edited its previous version is saved and can be reverted back to and if user is privileged enough previous versions can also be deleted
- Admin can also check out various logs for top pages, top hits, recent posts
»
- Login to post comments
- Printer-friendly version
- Send to friend