Commit eefa647 1 parent 433c566 commit eefa647 Copy full SHA for eefa647
File tree 13 files changed +7
-12
lines changed
msgcntr/messageforums-app/src/webapp/jsp
reference/docs/conversion
13 files changed +7
-12
lines changed Original file line number Diff line number Diff line change 200
200
201
201
<h4 ><h:outputText value =" #{msgs.pvt_message}" /></h4 >
202
202
<sakai:inputRichText textareaOnly =" #{PrivateMessagesTool.mobileSession}" value =" #{PrivateMessagesTool.composeBody}" id =" pvt_message_body" rows =" #{ForumTool.editorRows}" cols =" 132" >
203
- <f:validateLength maximum =" 65000" />
204
203
</sakai:inputRichText >
205
204
206
205
<%-- ********************* Attachment *********************--%>
Original file line number Diff line number Diff line change 94
94
95
95
96
96
<sakai:inputRichText textareaOnly =" #{PrivateMessagesTool.mobileSession}" value =" #{ForumTool.composeBody}" id =" df_compose_body" rows =" #{ForumTool.editorRows}" cols =" 132" >
97
- <f:validateLength maximum =" 65000" />
98
97
</sakai:inputRichText >
99
98
<%-- ********************* Attachment *********************--%>
100
99
<h4 >
Original file line number Diff line number Diff line change 130
130
<span style =" margin-left :3em " ><img src =" /library/image/silk/table_add.png" />  ; <h:outputText value =" #{msgs.cdfm_message_count}" />:  ; <span id =" counttotal" > </span ></span >
131
131
</div >
132
132
<sakai:inputRichText textareaOnly =" #{PrivateMessagesTool.mobileSession}" value =" #{ForumTool.composeBody}" id =" df_compose_body" rows =" #{ForumTool.editorRows}" cols =" 132" >
133
- <f:validateLength maximum =" 65000" />
134
133
</sakai:inputRichText >
135
134
<script language =" javascript" type =" text/javascript" >
136
135
< % -- pre- morpheus would need this: CKEDITOR .on (' instanceReady' , function () {resizeFrame (' grow' )}); -- % >
Original file line number Diff line number Diff line change 132
132
133
133
</div >
134
134
<sakai:inputRichText textareaOnly =" #{PrivateMessagesTool.mobileSession}" value =" #{ForumTool.composeBody}" id =" df_compose_body" rows =" #{ForumTool.editorRows}" cols =" 132" >
135
- <f:validateLength maximum =" 65000" />
136
135
</sakai:inputRichText >
137
136
<%-- pre-morpheus would need this: script type="text/javascript">
138
137
CKEDITOR.on('instanceReady', function() {resizeFrame('grow')});
Original file line number Diff line number Diff line change 93
93
<span style =" margin-left :3em " ><img src =" /library/image/silk/table_add.png" />  ; <h:outputText value =" #{msgs.cdfm_message_count}" />:  ; <span id =" counttotal" > </span ></span >
94
94
95
95
<sakai:inputRichText value =" #{ForumTool.composeBody}" id =" df_compose_body" rows =" 22" cols =" 132" >
96
- <f:validateLength maximum =" 65000" />
97
96
</sakai:inputRichText >
98
97
99
98
<%-- ********************* Attachment *********************--%>
Original file line number Diff line number Diff line change 59
59
<span style =" margin-left :3em " ><img src =" /library/image/silk/table_add.png" />  ; <h:outputText value =" #{msgs.cdfm_message_count}" />:  ; <span id =" counttotal" > </span ></span >
60
60
61
61
<sakai:inputRichText textareaOnly =" #{PrivateMessagesTool.mobileSession}" value =" #{ForumTool.composeBody}" id =" df_compose_body" rows =" #{ForumTool.editorRows}" cols =" 132" >
62
- <f:validateLength maximum =" 65000" />
63
62
</sakai:inputRichText >
64
63
<%-- ********************* Attachment *********************--%>
65
64
<h4 >
Original file line number Diff line number Diff line change 107
107
<h:panelGroup rendered =" #{! ForumTool.disableLongDesc}" >
108
108
<h:outputText id =" outputLabel2" value =" #{msgs.cdfm_fullDescription}" styleClass =" labeled" />
109
109
<sakai:inputRichText textareaOnly =" #{PrivateMessagesTool.mobileSession}" rows =" #{ForumTool.editorRows}" cols =" 132" id =" df_compose_description" value =" #{ForumTool.selectedForum.forum.extendedDescription}" >
110
- <f:validateLength maximum =" 65000" />
111
110
</sakai:inputRichText >
112
111
</h:panelGroup >
113
112
Original file line number Diff line number Diff line change 122
122
<h:panelGroup rendered =" #{! ForumTool.disableLongDesc}" >
123
123
<h:outputText id =" outputLabel2" value =" #{msgs.cdfm_fullDescription}" styleClass =" labeled" />
124
124
<sakai:inputRichText textareaOnly =" #{PrivateMessagesTool.mobileSession}" rows =" #{ForumTool.editorRows}" cols =" 132" id =" topic_description" value =" #{ForumTool.selectedTopic.topic.extendedDescription}" >
125
- <f:validateLength maximum =" 65000" />
126
125
</sakai:inputRichText >
127
126
</h:panelGroup >
128
127
Original file line number Diff line number Diff line change 76
76
<f:verbatim ></h4 ></f:verbatim >
77
77
<h:message for =" df_compose_body" styleClass =" messageAlert" id =" bodyErrorMessages" />
78
78
<sakai:inputRichText value =" #{ForumTool.composeBody}" id =" df_compose_body" rows =" #{ForumTool.editorRows}" cols =" 132" >
79
- <f:validateLength maximum =" 65000" />
80
79
</sakai:inputRichText >
81
80
<%-- pre-morpheus would need this: script type="text/javascript">
82
81
CKEDITOR.on('instanceReady', function() {resizeFrame('grow')});
Original file line number Diff line number Diff line change 219
219
<h4 ><h:outputText value =" #{msgs.pvt_message}" /></h4 >
220
220
221
221
<sakai:inputRichText textareaOnly =" #{PrivateMessagesTool.mobileSession}" rows =" #{ForumTool.editorRows}" cols =" 132" id =" df_compose_body" value =" #{PrivateMessagesTool.forwardBody}" >
222
- <f:validateLength maximum =" 65000" />
223
222
</sakai:inputRichText >
224
223
225
224
<%-- ********************* Attachment *********************--%>
Original file line number Diff line number Diff line change 221
221
<sakai:panel _edit >
222
222
<sakai:doc _section >
223
223
<sakai:inputRichText textareaOnly =" #{PrivateMessagesTool.mobileSession}" rows =" #{ForumTool.editorRows}" cols =" 132" id =" df_compose_body" value =" #{PrivateMessagesTool.replyToBody}" >
224
- <f:validateLength maximum =" 65000" />
225
224
</sakai:inputRichText >
226
225
</sakai:doc _section >
227
226
</sakai:panel _edit >
Original file line number Diff line number Diff line change 230
230
<h4 ><h:outputText value =" #{msgs.pvt_message}" /></h4 >
231
231
232
232
<sakai:inputRichText textareaOnly =" #{PrivateMessagesTool.mobileSession}" rows =" #{ForumTool.editorRows}" cols =" 132" id =" pvt_forward_body" value =" #{PrivateMessagesTool.forwardBody}" >
233
- <f:validateLength maximum =" 65000" />
234
233
</sakai:inputRichText >
235
234
236
235
<%-- ********************* Attachment *********************--%>
Original file line number Diff line number Diff line change @@ -154,6 +154,13 @@ END;
154
154
155
155
update SAKAI_SITE_PAGE set title = ' Overview' where title = ' Home' ;
156
156
157
+ -- SAK-31136 some old Sakai MySQL databases have shorter data limits
158
+ ALTER TABLE MFR_MESSAGE_T MODIFY BODY LONGTEXT;
159
+ ALTER TABLE MFR_TOPIC_T MODIFY EXTENDED_DESCRIPTION LONGTEXT;
160
+ ALTER TABLE MFR_OPEN_FORUM_T MODIFY EXTENDED_DESCRIPTION LONGTEXT;
161
+ ALTER TABLE MFR_PRIVATE_FORUM_T MODIFY EXTENDED_DESCRIPTION LONGTEXT;
162
+ -- END SAK-31136
163
+
157
164
--
158
165
-- SAK-31563
159
166
--
You can’t perform that action at this time.
0 commit comments