Skip to content

Commit

Permalink
adding vendors for app, and deleting old files
Browse files Browse the repository at this point in the history
  • Loading branch information
dogmatic69 committed Dec 23, 2009
1 parent 0822f02 commit a3a6af2
Show file tree
Hide file tree
Showing 901 changed files with 181,645 additions and 164 deletions.
12 changes: 8 additions & 4 deletions .gitignore
@@ -1,4 +1,8 @@
/app/config
/app/tmp
/plugins
/vendors
app/tests/
app/tmp
app/lib/cronjobs
/joomla
/croogo
*.7z
*.LCK
.gitignore
Empty file added README.txt
Empty file.
164 changes: 164 additions & 0 deletions TODO.txt
@@ -0,0 +1,164 @@
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
BLOG
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
posts
delete
delete related comments
delete related tags if they are not being used
test new parent::delete/toggle

users can manage posts by tag ( assign tags to a user and they can only
work on posts / comments with those tags)

new posts to add to twitter

Comments
option to enable / disable
option for moderation
purge :: delete all comments that are not active older than one month.
comment count box not right
actions.ctp heading need __()
test new parent::delete/toggle
profile picture ( gravitar )
================================================================================








++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
CORE
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
cache
parent action to delete cache
admin method to clear all

installer
populate database
table structure
core settings
optional demo data
layout
cache menus
based on group
will need to cache an array and not the whole layout so the selected
can still be set

acl
row based acl?
cascading groups ( inherit from parent/child )

templates
integrate ceeram's template thing once 1.3 is sorted

delete validation
confirmation with jquery model box that is a form, remove delete by id
and add viwes for delete confirm when there is no js

groups
developer
superadmin
admin
moderator
publisher

superuser
moderator
publisher
public
guest

viewable
fix : updates in admin
fix : updates in index

backups
check for large backups and break them up somehow. maybe with a while
loop while( $last_id < $current_highest_id )
check for habtm and automaticaly do a backup.

config management

================================================================================








++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
NEWSLETTER
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Add system mails to que
run on cron jobs to send in batches (cron is implemented but has errors)
track views with a image tag something like <img src="site.com/newsletter/newsletters/trac/{newsletter_id} (tracking is done
just need to implement the image tag

enable variables like [name] to show the users name.

make the reply_to validation array( 'email', true ) when internet is on

send a preview
show page to enter email address and send the mail

delete campaign,
do not allow if any mails sent

replace relative paths for links and images with http://site.com/...

export/import templates.

================================================================================







++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
cron jobs
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
running with errors
================================================================================





++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
WIKI
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
section for admin for help.
================================================================================







++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
CART
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
migrate to 1.3
================================================================================




++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
CMS
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
start
publishable behavior.

beforeDelete check if there are any hasMany relations left.

ordering not being set in hompeges
================================================================================
46 changes: 46 additions & 0 deletions VERSIONS.txt
@@ -0,0 +1,46 @@
1.1 pre alpha
1.1.1 Support
Recive emails via the system
Assign to users


0.6 pre alpha
0.6.1 Users
0.6.2 Acl + Auth

0.5 pre alpha
0.5.1 Forum

0.4 pre alpha
0.4.1 Cart

0.3 pre alpha
0.3.1 Cms
lock records you are working on. can edit records you have locked. others cant.


0.2 pre alph
Newsletter management
Design your own templates
send out campaigns
history or campaigns
check how sucsessful the campaign/mail was
users can subscribe/unsubscribe
email view tracking
preview emails and templates
save the number of sends and mark uses as sent after sending email

data backup from Core::Backup

Internal Cron jobs

0.1 pre alpha ( 11 dec 2009 )
0.1.1 Design
Admin Layout
Frontend Layout

0.1.2 Blog
Post management
Comment Management
pending posts
popular posts

0 comments on commit a3a6af2

Please sign in to comment.