Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F785774
in-news
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, Feb 13, 1:06 AM
Size
1 KB
Mime Type
text/x-diff
Expires
Sat, Feb 15, 1:06 AM (1 d, 12 h)
Engine
blob
Format
Raw Data
Handle
564708
Attached To
rMINN Modules.In-News
in-news
View Options
Index: branches/RC/in-news/install/upgrades.sql
===================================================================
--- branches/RC/in-news/install/upgrades.sql (revision 11637)
+++ branches/RC/in-news/install/upgrades.sql (revision 11638)
@@ -1,14 +1,17 @@
# ===== v 4.3.9 =====
INSERT INTO ImportScripts VALUES (DEFAULT, 'Articles from CSV file [In-News]', '', 'n', 'In-News', '', 'CSV', '1');
# ===== v 5.0.0 =====
ALTER TABLE News ADD INDEX (StartDate), ADD INDEX (Archived);
UPDATE Category SET Template = '/in-news/designs/section' WHERE Template = 'innews/index';
UPDATE Category SET CachedTemplate = '/in-news/designs/section' WHERE CachedTemplate = 'innews/index';
+UPDATE ConfigurationValues SET VariableValue = '/in-news/designs/section' WHERE VariableName = 'n_CategoryTemplate';
+UPDATE ConfigurationValues SET VariableValue = 'in-news/designs/detail' WHERE VariableName = 'n_ItemTemplate';
+
INSERT INTO Permissions VALUES (DEFAULT, 'in-news:articles.view', 11, 1, 1, 0);
INSERT INTO Permissions VALUES (DEFAULT, 'in-news:setting_folder.view', 11, 1, 1, 0);
UPDATE Phrase SET Module = 'In-News' WHERE Phrase = 'la_title_In-News';
\ No newline at end of file
Property changes on: branches/RC/in-news/install/upgrades.sql
___________________________________________________________________
Modified: cvs2svn:cvs-rev
## -1 +1 ##
-1.1.2.7
\ No newline at end of property
+1.1.2.8
\ No newline at end of property
Event Timeline
Log In to Comment