New Post: Why is DataConnection.New() slow
I was benchmarking the Composite DataConnection class, so consider the following code : var userList = new List<RegisteredUsers>(); using (DataConnection connection = new DataConnection()) { for...
View ArticleCommented Unassigned: Composite.Tools.LegacyUrlHandler generated email links...
The email that goes out from LegacyUrlHandler includes links that only work if the site is installed on the default port:80. If you use a different port number to host your website (including...
View ArticleNew Post: Is Global Data Types and XML database safe for heavy application
I don't think ram is the biggest issue here, but your disk. You will be killing your disk if you have 10M items in a xml-file and you write to it often.
View ArticleNew Post: Why is DataConnection.New() slow
Its this method call which is slow due to the reflection needed to resolve your interface to a concrete class and instantiate it.var user = DataConnection.New<RegisteredUsers>(); A way to...
View ArticleCommented Unassigned: Composite.Tools.LegacyUrlHandler FixBrokenLink.aspx...
After installing Composite.Tools.LegacyUrlHandler v1.0.18 in C1 v4.2.u1, the FixBrokenLink.aspx page isn't loading.In the Content perspective, when I right-click on a link to fix it, I get the...
View ArticleNew Post: Creating console user
For hashing, there is a good implementation here which stores salt and hashed password in a single...
View ArticleCommented Unassigned: Composite.Tools.LegacyUrlHandler generated email links...
The email that goes out from LegacyUrlHandler includes links that only work if the site is installed on the default port:80. If you use a different port number to host your website (including...
View ArticleCommented Unassigned: Error when trying to view available packages due to...
Hi all,I'm trying to install a new package and I keep getting an error message telling me that App_data\Composite\Packages\6b8de726-0faf-49a4-96c1-0c8514637d9b\info.xml does not exist.I've check the...
View ArticleCommented Unassigned: Error when trying to view available packages due to...
Hi all,I'm trying to install a new package and I keep getting an error message telling me that App_data\Composite\Packages\6b8de726-0faf-49a4-96c1-0c8514637d9b\info.xml does not exist.I've check the...
View ArticleCreated Unassigned: [BOX-OFFICE] 'Home' FULL (2015) ONLINE FREE [2094]
Watch Home Full Movie ~ Watch Home Full Movie Free Streaming Online with فارسی [fa] Subtitles ready for download | There is no other better way to channel your pent up emotions, desires, and feelings...
View ArticleCreated Unassigned: [BOX-OFFICE] 'Home' FULL (2015) ONLINE FREE [2095]
Watch Home Full Movie ~ Watch Home Full Movie Free Streaming Online with فارسی [fa] Subtitles ready for download | There is no other better way to channel your pent up emotions, desires, and feelings...
View ArticleClosed Unassigned: [BOX-OFFICE] 'Home' FULL (2015) ONLINE FREE [2094]
Watch Home Full Movie ~ Watch Home Full Movie Free Streaming Online with فارسی [fa] Subtitles ready for download | There is no other better way to channel your pent up emotions, desires, and feelings...
View ArticleClosed Unassigned: [BOX-OFFICE] 'Home' FULL (2015) ONLINE FREE [2095]
Watch Home Full Movie ~ Watch Home Full Movie Free Streaming Online with فارسی [fa] Subtitles ready for download | There is no other better way to channel your pent up emotions, desires, and feelings...
View ArticleNew Post: Is Global Data Types and XML database safe for heavy application
> If I create a global data types (e.g. Posts) and I have 10M items of this type, are all my items loaded in the ram ? If yes, what are my best alternatives if I want an easy to manage, binded with...
View ArticleNew Post: Scheduled Publishing not available on Composite.News after upgrade...
I'm using an XML datastore, so If you need to see my code, I can create an XML backup and send it to you.
View ArticleNew Post: Scheduled Publishing not available on Composite.News after upgrade...
Sorry for me being assumptios, but you shouldn't take all the file-names i list literally. You said 'Composite.News', so i assumed that was the name of the datatype. Let me rephrase Have you made sure...
View ArticleNew Post: Scheduled Publishing not available on Composite.News after upgrade...
OK. Sorry about that. Deleting the file at: ~/App_Data/Composite/DynamicTypeForms/Composite/News/NewsItem.xml ... did the trick. I'm now seeing the "publication settings" group box in the window....
View ArticleNew Post: Scheduled Publishing not available on Composite.News after upgrade...
Without knowing the finer details of the explicit typeform for NewsItem, i could imagine the reason for it to be there is to have better control of the labeling and layout when editing. Like Tabs and...
View ArticleNew Post: Scheduled Publishing not available on Composite.News after upgrade...
One further related question. If I create a draft news item with a future publication date, then save (but not publish) it and close the window, should the future publication date field be populated if...
View ArticleNew Post: Scheduled Publishing not available on Composite.News after upgrade...
Looking at http://docs.composite.net/Configuration/Creating-C1-Packages , it appears that packages can target specific versions, so it might be worth the C1 team creating two versions of...
View Article