public
Fork of halorgium/mephisto
Description: A mirror of the mephisto code-base
Homepage: http://mephistoblog.com/
Clone URL: git://github.com/technoweenie/mephisto.git
Click here to lend your support to: mephisto and make a donation at www.pledgie.com !
set sections.position in all the section fixtures

git-svn-id: http://svn.techno-weenie.net/projects/mephisto/trunk@2590 
567b1171-46fb-0310-a4c9-b4bef9110e78
technoweenie (author)
Tue Dec 26 05:34:04 -0800 2006
commit  5058187f55d51bb0263041aa580bb9a6bad0770b
tree    328de1f369f59d96146223c5bf281e63ca82e519
parent  caea96a977f1d5d6d623d991b3c877447a4c823c
...
7
8
9
 
10
11
12
...
16
17
18
 
19
20
21
...
25
26
27
 
28
29
30
...
34
35
36
 
37
38
39
...
42
43
44
 
45
46
47
...
50
51
52
 
53
54
55
...
58
59
60
 
61
62
63
...
66
67
68
 
69
70
71
...
75
76
77
 
...
7
8
9
10
11
12
13
...
17
18
19
20
21
22
23
...
27
28
29
30
31
32
33
...
37
38
39
40
41
42
43
...
46
47
48
49
50
51
52
...
55
56
57
58
59
60
61
...
64
65
66
67
68
69
70
...
73
74
75
76
77
78
79
...
83
84
85
86
0
@@ -7,6 +7,7 @@ home:
0
   articles_count: 3
0
   template: home.liquid
0
   archive_path: archives
0
+ position: 1
0
 about:
0
   id: 2
0
   site_id: 1
0
@@ -16,6 +17,7 @@ about:
0
   articles_count: 3
0
   template: page.liquid
0
   archive_path: archives
0
+ position: 2
0
 cupcake_home:
0
   id: 3
0
   site_id: 2
0
@@ -25,6 +27,7 @@ cupcake_home:
0
   template: home.liquid
0
   articles_count: 1
0
   archive_path: archives
0
+ position: 1
0
 cupcake_about:
0
   id: 4
0
   site_id: 2
0
@@ -34,6 +37,7 @@ cupcake_about:
0
   template: page.liquid
0
   articles_count: 1
0
   archive_path: archives
0
+ position: 2
0
 earth:
0
   id: 5
0
   site_id: 1
0
@@ -42,6 +46,7 @@ earth:
0
   show_paged_articles: false
0
   articles_count: 0
0
   archive_path: archives
0
+ position: 3
0
 europe:
0
   id: 6
0
   site_id: 1
0
@@ -50,6 +55,7 @@ europe:
0
   show_paged_articles: false
0
   articles_count: 0
0
   archive_path: archives
0
+ position: 4
0
 africa:
0
   id: 7
0
   site_id: 1
0
@@ -58,6 +64,7 @@ africa:
0
   show_paged_articles: false
0
   articles_count: 0
0
   archive_path: archives
0
+ position: 5
0
 bucharest:
0
   id: 8
0
   site_id: 1
0
@@ -66,6 +73,7 @@ bucharest:
0
   show_paged_articles: false
0
   articles_count: 0
0
   archive_path: archives
0
+ position: 6
0
 links:
0
   id: 9
0
   site_id: 1
0
@@ -75,3 +83,4 @@ links:
0
   template: page.liquid
0
   articles_count: 0
0
   archive_path: archives
0
+ position: 7

Comments

    No one has commented yet.