Skip to content
This repository has been archived by the owner on Nov 9, 2019. It is now read-only.

Commit

Permalink
update default profile
Browse files Browse the repository at this point in the history
  • Loading branch information
diversen committed Dec 18, 2011
1 parent 14cbf26 commit be3c017
Show file tree
Hide file tree
Showing 16 changed files with 131 additions and 94 deletions.
1 change: 0 additions & 1 deletion profiles/default/1kbgrid.ini-dist
@@ -1 +0,0 @@
background = 'argh'
1 change: 1 addition & 0 deletions profiles/default/account_profile.ini-dist
Expand Up @@ -5,3 +5,4 @@ account_profile_image_size_small = 42
account_profile_image_size_large = 150
account_profile_use_gravatar = 1
account_profile_fields = "screenname,firstname,lastname,email,website,birthday,description"
account_profile_jquery_markdown = 1
3 changes: 2 additions & 1 deletion profiles/default/blog.ini-dist
Expand Up @@ -3,10 +3,11 @@ blog_filters[0] = "markdown"
blog_abstract_length = 250
blog_allow = "admin"
blog_view_sub_modules[0] = "addthis"
blog_view_sub_modules[1] = "comment"
blog_view_sub_modules[2] = "comment"
blog_index_sub_modules[2] = "rss"
blog_use_comment = 1
blog_comment_reference = "blog"
blog_use_addthis = 1
blog_use_jquery_markedit = 1
blog_use_tags = 1
blog_events[0] = "tags::events"
2 changes: 2 additions & 0 deletions profiles/default/comment.ini-dist
Expand Up @@ -7,3 +7,5 @@ comment_use_akismet = 0
comment_akismet_key = "aksimet_key"
comment_use_jquery_markdown = 1
comment_allow_edit_comment = "admin"
comment_events[0] = "vote::ajaxEvent"
comment_sort_by = "vote"
17 changes: 8 additions & 9 deletions profiles/default/config.ini-dist
@@ -1,28 +1,27 @@
url = "mysql:dbname=demosite;host=localhost"
username = "user"
password = "pass"
server_name = "demosite"
url = "mysql:dbname=default;host=localhost"
username = "root"
password = "password"
server_name = "default"
server_force_ssl = 0
site_email = "demosite@example.com"
site_email = "default"
date_default_timezone = "Europe/Copenhagen"
date_format_long = "%d-%b-%Y %T"
date_format_short = "%d-%b-%Y"
domain = 'default'
domain = "default"
locale = "en_GB.UTF8"
send_mail = 1
language = "en_GB"
lang = "en"
session_time = 3600
session_time = 0
session_path = "/"
session_host = ""
session_handler = "memcache"
cookie_time = 30
frontpage_module = "content"
profile_module = "account_profile"
blocks_top[] = "/modules/system/blocks/system_admin_menu_top.inc"
blocks_top[0] = "/modules/system/blocks/system_admin_menu_top.inc"
blocks[1] = "/modules/content/blocks/content_tree_keep_state.inc"
blocks_all = "blocks,blocks_top"
domain = 'default'
cached_assets = 1
cached_assets_reload = 0
development[server_name] = "demosite"
Expand Down
1 change: 1 addition & 0 deletions profiles/default/configdb.ini-dist
@@ -0,0 +1 @@
configdb_allow_edit = "admin"
15 changes: 8 additions & 7 deletions profiles/default/content.ini-dist
@@ -1,16 +1,17 @@
content_allow_edit = "admin"
content_article_crumb = 0
content_article_crumb = 1
content_article_tags = 1
content_article_abstract = 1
content_article_jquery_sort = 1
content_article_jquery_markedit = 1
content_article_jquery_toc = 1
content_article_latest_menu = 1
content_article_per_page = 10
content_article_filters[1] = "markdown"
content_article_filters[2] = "markdown"
content_view_sub_modules[0] = "addthis"
content_view_sub_modules[1] = "tags"
content_view_sub_modules[2] = "comment"
content_view_sub_modules[1] = "files"
content_view_sub_modules[2] = "image"
content_view_sub_modules[3] = "comment"
content_latest_sub_modules[0] = "rss"
content_show_latest = 1
content_block_no_title = 1
content_article_per_page = 10
content_article_jquery_markedit = 1
content_article_events[0] = "tags::events"
2 changes: 0 additions & 2 deletions profiles/default/filter_markdownExt.ini-dist

This file was deleted.

1 change: 0 additions & 1 deletion profiles/default/filter_php.ini-dist

This file was deleted.

2 changes: 2 additions & 0 deletions profiles/default/image.ini-dist
@@ -0,0 +1,2 @@
image_scale_width = 250
image_allow_edit = "admin"
2 changes: 0 additions & 2 deletions profiles/default/jquery-markedit.ini-dist
@@ -1,2 +0,0 @@
jquery_markedit_css = 'markedit.css'
jquery_markedit_editor = 'markedit-inline.js'
1 change: 1 addition & 0 deletions profiles/default/jquerysort.ini-dist
@@ -0,0 +1 @@
jquerysort_allow = "admin"
1 change: 1 addition & 0 deletions profiles/default/menus.ini-dist
@@ -0,0 +1 @@
menus_allow_edit = "admin"

0 comments on commit be3c017

Please sign in to comment.