forked from ucsf-web-services/ucsf_webedit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG.txt
121 lines (93 loc) · 2.4 KB
/
CHANGELOG.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
7.x-1.0-beta16
--------------
- Updated CKEditor to version 4.4.7 #25
7.x-1.0-beta15
--------------
- Converted installation message level from "warning" to "status" #5
- Automatically switch between Media and Image plugins #6
- Bugfix: ABBR element unintentionally stripped during copy/paste #16
- Added contributing guidelines #17
- Fixed module existence check #19
7.x-1.0-beta14
--------------
- Fixes indentation-bug caused by copy & paste error in CSS #13
7.x-1.0-beta13
-------
- Image paste support #12
7.x-1.0-beta12
-------
- Upgrade to CKEditor 4.4.3 #3
- Added Drush makefile #2
- Added fallback to Image plugin when Media module is not availabe. #6
7.x-1.0-beta11
-------
- fix for trailing space paste issue
7.x-1.0-beta10
-------
- move IFRAME specific Css to separate file!
7.x-1.0-beta9
-------
- clear out table defaults
7.x-1.0-beta8
-------
- allow HR's
7.x-1.0-beta6
-------
- Custom code to load styles from default theme even if loading in admin interface. -- could be separate module actually...
7.x-1.0-beta5
-------
- Integrated hooks for overriding old formats, defined API
7.x-1.0-alpha19
-------
- integrated picture module for ucsf_images support && allow caption tag
7.x-1.0-alpha18
-------
- added hook_ucsf_webedit_permissions_alter(&$webedit_perm_match,&$webedit_perm_on)
7.x-1.0-alpha17
-------
- css floats to settings array and permissions matchup func
7.x-1.0-alpha16
-------
- put publishing options first
7.x-1.0-alpha15
-------
- remove ckeditor_link module perms (buggy) todo:dolve problem
7.x-1.0-alpha13
-------
- Implemented hot fix for chrome backspace 'feature' --richard rules
7.x-1.0-alpha12
-------
- white background and css loading
7.x-1.0-alpha11
-------
- bugfix of missing <th> allowance
7.x-1.0-alpha10
-------
- Special JS to add media to context, replace CVX, spelling
7.x-1.0-alpha9
-------
- Custom CKEditor settings only fire for webedit format
7.x-1.0-alpha8
-------
- Integrate and configure Paste_Format for great pastes!
7.x-1.0-alpha7
-------
- Give ckeditor_link permissions. (needs refinement)
7.x-1.0-alpha6
-------
- Integrate Drupal paths via ckeditor_link. Remove alpha5.
7.x-1.0-alpha5
------
- Dead-end.
7.x-1.0-alpha4
-------
- Removes default image stuff in favor of Media module support.
7.x-1.0-alpha3
-------
- Float styles addition.
7.x-1.0-alpha2
-------
- Cleanup of buttons. Additions to elements list.
7.x-1.0-alpha1
-------
- Initial build.