Skip to content

Commit

Permalink
Files after a sympal install - plugin web symlinks, a bunch of touche…
Browse files Browse the repository at this point in the history
…d files, etc
  • Loading branch information
weaverryan committed Feb 23, 2010
1 parent 74f3842 commit b5e9d42
Show file tree
Hide file tree
Showing 58 changed files with 54 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/app.yml
@@ -1,7 +1,7 @@
all: all:
sympal_config: sympal_config:
installed: true installed: true
current_version: 1.0.0-ALPHA2 current_version: 1.0.0-ALPHA3
sfSympalTqThemePlugin: sfSympalTqThemePlugin:
installed: true installed: true
sfSympalBlogPlugin: sfSympalBlogPlugin:
Expand Down
36 changes: 36 additions & 0 deletions dev/creation_notes.txt
@@ -0,0 +1,36 @@
- do the install script
- replace everything with externals
- create theme plugin
- set the default_theme: key in my app's app.yml
- added in my analytics code
- copied pages install and removed most of it, added the basic nav
- start setting up a few layout content slots, put them in the fixtures
- start filling in pages, I added the blog plugin
- put more logic into my post install to pimp out the blog fixtures
- took the list (index) and gave it a custom_path
- set the page_title
- hooking up a few of the app.yml configurations
- pimping out the breadcrumbs
- weird that when I created a blog post, it didn't automatically live
with a menu item under blog. I had to create this, else the breadcrumbs
wouldn't show up at all.
- the breadcrumbs are a bit hard to style. But, this works:
#sympal_breadcrumbs li:before {
content: "\00BB \0020";
}
- pimped out styling on page header
-> layout slots still need more work
- added comments plugin (wow, it added right to my blog automatically!)
- hacking the slots to just grab some random slot if there isn't one (think comments page)
- adding the tags plugin
- after some mods I made, this should be hella-smooth
- it auto-enables itself for blog at the very least
- will show up on the blog sidebar
- pimped out the sidebar to be configurable
- changed the default_path for the blog content type
- added an "tqApps" model
- added fixtures for the tqApps content list page and menu item
- created an old-fashion component/template for this
- brought in the breadcrumbs
- pointed at a template
- added some fixtures, a Page type content
Empty file modified lib/migration/doctrine/1265594390_addsfguardforgotpassword.php 100644 → 100755
Empty file.
Empty file modified lib/migration/doctrine/1265594391_addsfguardgroup.php 100644 → 100755
Empty file.
Empty file modified lib/migration/doctrine/1265594392_addsfguardgrouppermission.php 100644 → 100755
Empty file.
Empty file modified lib/migration/doctrine/1265594393_addsfguardpermission.php 100644 → 100755
Empty file.
Empty file modified lib/migration/doctrine/1265594394_addsfguardrememberkey.php 100644 → 100755
Empty file.
Empty file modified lib/migration/doctrine/1265594395_addsfguarduser.php 100644 → 100755
Empty file.
Empty file modified lib/migration/doctrine/1265594396_addsfguardusergroup.php 100644 → 100755
Empty file.
Empty file modified lib/migration/doctrine/1265594397_addsfguarduserpermission.php 100644 → 100755
Empty file.
Empty file modified lib/migration/doctrine/1265594398_addsfsympalasset.php 100644 → 100755
Empty file.
Empty file modified lib/migration/doctrine/1265594399_addsfsympalblogpost.php 100644 → 100755
Empty file.
Empty file modified lib/migration/doctrine/1265594400_addsfsympalcomment.php 100644 → 100755
Empty file.
Empty file modified lib/migration/doctrine/1265594401_addsfsympalcontent.php 100644 → 100755
Empty file.
Empty file modified lib/migration/doctrine/1265594402_addsfsympalcontentasset.php 100644 → 100755
Empty file.
Empty file modified lib/migration/doctrine/1265594403_addsfsympalcontentcomment.php 100644 → 100755
Empty file.
Empty file.
Empty file modified lib/migration/doctrine/1265594405_addsfsympalcontentgroup.php 100644 → 100755
Empty file.
Empty file modified lib/migration/doctrine/1265594406_addsfsympalcontentlink.php 100644 → 100755
Empty file.
Empty file modified lib/migration/doctrine/1265594407_addsfsympalcontentlist.php 100644 → 100755
Empty file.
Empty file modified lib/migration/doctrine/1265594408_addsfsympalcontentslot.php 100644 → 100755
Empty file.
Empty file modified lib/migration/doctrine/1265594409_addsfsympalcontentslotref.php 100644 → 100755
Empty file.
Empty file modified lib/migration/doctrine/1265594410_addsfsympalcontenttag.php 100644 → 100755
Empty file.
Empty file modified lib/migration/doctrine/1265594411_addsfsympalcontenttype.php 100644 → 100755
Empty file.
Empty file modified lib/migration/doctrine/1265594412_addsfsympalmenuitem.php 100644 → 100755
Empty file.
Empty file modified lib/migration/doctrine/1265594413_addsfsympalmenuitemgroup.php 100644 → 100755
Empty file.
Empty file modified lib/migration/doctrine/1265594414_addsfsympalpage.php 100644 → 100755
Empty file.
Empty file modified lib/migration/doctrine/1265594415_addsfsympalplugin.php 100644 → 100755
Empty file.
Empty file modified lib/migration/doctrine/1265594416_addsfsympalpluginauthor.php 100644 → 100755
Empty file.
Empty file modified lib/migration/doctrine/1265594417_addsfsympalredirect.php 100644 → 100755
Empty file.
Empty file modified lib/migration/doctrine/1265594418_addsfsympalsite.php 100644 → 100755
Empty file.
Empty file modified lib/migration/doctrine/1265594419_addsfsympaltag.php 100644 → 100755
Empty file.
Empty file modified lib/migration/doctrine/1265594420_addtqapp.php 100644 → 100755
Empty file.
Empty file modified lib/migration/doctrine/1265594422_addfks.php 100644 → 100755
Empty file.
Empty file modified lib/migration/import_posts.php 100644 → 100755
Empty file.
Empty file modified log/.ignore 100644 → 100755
Empty file.
Empty file modified plugins/sfSympalTqThemePlugin/LICENSE 100644 → 100755
Empty file.
Empty file modified plugins/sfSympalTqThemePlugin/README 100644 → 100755
Empty file.
Empty file modified plugins/sfSympalTqThemePlugin/package.xml.tmpl 100644 → 100755
Empty file.
Empty file modified plugins/sfSympalTqThemePlugin/templates/tq.php 100644 → 100755
Empty file.
Empty file modified plugins/sfSympalTqThemePlugin/web/css/site.css 100644 → 100755
Empty file.
1 change: 1 addition & 0 deletions web/sf
1 change: 1 addition & 0 deletions web/sfDoctrinePlugin
1 change: 1 addition & 0 deletions web/sfFormExtraPlugin
1 change: 1 addition & 0 deletions web/sfJqueryReloadedPlugin
1 change: 1 addition & 0 deletions web/sfSympalAdminPlugin
1 change: 1 addition & 0 deletions web/sfSympalAssetsPlugin
1 change: 1 addition & 0 deletions web/sfSympalBlogPlugin
1 change: 1 addition & 0 deletions web/sfSympalCommentsPlugin
1 change: 1 addition & 0 deletions web/sfSympalEditorPlugin
1 change: 1 addition & 0 deletions web/sfSympalInstallPlugin
1 change: 1 addition & 0 deletions web/sfSympalMenuPlugin
1 change: 1 addition & 0 deletions web/sfSympalPlugin
1 change: 1 addition & 0 deletions web/sfSympalPluginManagerPlugin
1 change: 1 addition & 0 deletions web/sfSympalRenderingPlugin
1 change: 1 addition & 0 deletions web/sfSympalTagsPlugin
1 change: 1 addition & 0 deletions web/sfSympalTqThemePlugin
1 change: 1 addition & 0 deletions web/sfSympalUpgradePlugin

0 comments on commit b5e9d42

Please sign in to comment.