Skip to content
This repository was archived by the owner on Mar 8, 2021. It is now read-only.

Commit 81763f3

Browse files
authored
Merge pull request #207 from evolution-cms/develop
1.3.5
2 parents e323f74 + 7a382fc commit 81763f3

39 files changed

+2017
-2024
lines changed

assets/docs/changelog.txt

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,37 @@
11
This file shows the changes in recent releases of Evolution CMS. The most current release is usually the
22
development release, and is only shown to give an idea of what's currently in the pipeline.
33

4+
Evolution CMS 1.3.5 (Sep 01, 2017)
5+
* [GitHub:#be94d6de] - fix php notice in Ditto (dmi3yy)
6+
* [GitHub:#16fe3481] - ElementsInTree clean up (Piotr Matysiak)
7+
* [GitHub:#f171c523] - ElementsInTree restyled for new theme (Piotr Matysiak)
8+
* [GitHub:#6726580c] - ElementsInTree 1.5.8 (Piotr Matysiak)
9+
* [GitHub:#4b6c3946] - Fix - <@IF><@ELSEIF><@ELSE><@ENDIF> (yamamoto)
10+
* [GitHub:#43fc85b3] - Code cleanup (yamamoto)
11+
* [GitHub:#3a941181] - #188 Ditto in dashboard widget permission issue (yamamoto)
12+
* [GitHub:#a7c1eb8e] - Fix - $ditto_base directory separator char (yamamoto)
13+
* [GitHub:#bd785cf9] - Fix - $modx->parseDocumentSource() (yamamoto)
14+
* [GitHub:#623be60e] - Code cleanup (yamamoto)
15+
* [GitHub:#2c0ad143] - fix Ditto TV output (dmi3yy)
16+
* [GitHub:#003c0be9] - Update document.parser.class.inc.php (Dreamer0x01)
17+
* [GitHub:#6cc75b5e] - Fix Ditto when dateSource emply use createdon #190 (dmi3yy)
18+
* [GitHub:#cd35be24] - fix tinymce params underfined bug on frontend (dmi3yy)
19+
* [GitHub:#c0702676] - fix 65 Plugin parameters are lost after update to the new version (dmi3yy)
20+
* [GitHub:#12c5c36f] - delete deprecated code (dmi3yy)
21+
* [GitHub:#ac4c1d37] - Refactor (yamamoto)
22+
* [GitHub:#82c8a6d8] - Remove - $ditto->renderQELinks() (yamamoto)
23+
* [GitHub:#19cfd326] - #188 Ditto in dashboard widget permission issue (yamamoto)
24+
* [GitHub:#1bac7219] - #190 Ditto does not recognize &dateSource parameter any more (yamamoto)
25+
* [GitHub:#d3760b2f] - no need update.php in extras module (dmi3yy)
26+
* [GitHub:#b8b75b24] - fix #192 (64j)
27+
* [GitHub:#83535377] - fix variable documentDirty (64j)
28+
* [GitHub:#3b70064c] - Update to Make sortable list more condensed (Piotr Matysiak)
29+
* [GitHub:#ffe64306] - Make sortable list more condensed (Piotr Matysiak)
30+
* [GitHub:#2c2fe39b] - #187 Ditto is missing placeholders when built-in filters are enabled (yamamoto)
31+
* [GitHub:#7374ccf6] - fix eng translate (dmi3yy)
32+
* [GitHub:#4903a8bd] - fix saved roles users #130 (Serg)
33+
34+
435
Evolution CMS 1.3.4 (Aug 24, 2017)
536
* [GitHub:#30e0efc9] - fix version (dmi3yy)
637
* [GitHub:#d03412a7] - Updater one more check for use from manager only (dmi3yy)

assets/lib/MODxAPI/modResource.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ class modResource extends MODxAPI
4444
'publishedby' => 0,
4545
'menutitle' => '',
4646
'donthit' => 0,
47-
'haskeywords' => 0,
48-
'hasmetatags' => 0,
4947
'privateweb' => 0,
5048
'privatemgr' => 0,
5149
'content_dispo' => 0,

assets/modules/store/update.php

Lines changed: 0 additions & 46 deletions
This file was deleted.
Lines changed: 31 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,34 @@
1-
/* Tree Buttons in Tab */
2-
#treeHolder {
3-
padding-top: 10px;
4-
padding-left: 10px;
5-
}
6-
7-
#treeMenu {
8-
display: none;
9-
margin-left: 0;
10-
margin-bottom: 6px;
11-
background-color: transparent !important;
12-
border-bottom-width: 0;
13-
}
1+
/* Tree Buttons in Tab */
142

15-
#treeMenu.is-intab {
16-
display: table;
17-
}
3+
#treeHolder {
4+
padding-top: 10px;
5+
padding-left: 10px;
6+
}
187

19-
.treeButton,
20-
.treeButtonDisabled {
21-
padding: 2px 3px;
22-
}
8+
#treeMenu {
9+
display: none;
10+
margin-left: 0;
11+
margin-bottom: 6px;
12+
background-color: transparent !important;
13+
border-bottom-width: 0;
14+
}
2315

24-
#tabDoc {
25-
padding-top: 11px !important;
26-
padding-left: 13px !important;
27-
padding-right: 13px !important;
28-
}
29-
30-
#floater {
31-
width: 99%;
32-
top: 94px;
33-
}
16+
#treeMenu.is-intab {
17+
display: table;
18+
}
19+
20+
.treeButton,
21+
.treeButtonDisabled {
22+
padding: 2px 3px;
23+
}
24+
25+
#tabDoc {
26+
padding-top: 11px !important;
27+
padding-left: 13px !important;
28+
padding-right: 13px !important;
29+
}
30+
31+
#floater {
32+
width: 99%;
33+
top: 94px;
34+
}
Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
1-
/* Unify Frames */
2-
body,
3-
div.treeframebody {
4-
background-color: #f2f2f2 !important;
5-
}
1+
/* Unify frames */
62

7-
div.treeframebody {
8-
background-color: transparent !important;
9-
-webkit-box-shadow: none !important;
10-
box-shadow: none !important;
11-
}
3+
body,
4+
div.treeframebody {
5+
background-color: #f2f2f2 !important;
6+
}
127

13-
#treeMenu {
14-
background-color: transparent !important;
15-
border-bottom-color: transparent !important;
16-
}
8+
div.treeframebody {
9+
background-color: transparent !important;
10+
-webkit-box-shadow: none !important;
11+
box-shadow: none !important;
12+
}
13+
14+
#treeMenu {
15+
background-color: transparent !important;
16+
border-bottom-color: transparent !important;
17+
}

0 commit comments

Comments
 (0)