0
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 11 hours ago.
Feb 22, 2025 — Feb 22, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added forced initialization of languagevariant in page/pageelement improved situation of deletion/removal from recycle bin. there are race conditions on the server which make it hard to build working solutions without a negative impact on most use cases of the delete methods. the current solution spawns a background task with deferred deletion/removal to mitigate the race condition problem. this is not final! added RecycleBin More... about 13 years ago
reformatting of the source More... about 13 years ago
Changes in Page.DeleteFromRecycleBin and Page.DeleteIrrevocably with regard to the asynchronous nature of the deletion process on the server. These issues need further investigation :/ More... about 13 years ago
Added required category to content class More... about 13 years ago
bugfix in commit of AbstractMediaElement More... about 13 years ago
Introduced SmartAPIExceptions Merged CmsClient class into Session class Added VersionAttribute and Session.EnsureVersion for version dependend API More... about 13 years ago
fixed exception namespaces and added serializable attribute to them More... about 13 years ago
added multilink interface added linktype/isreference properties to ILinkElement More... about 13 years ago
bugfixes for pageelements/linkelements changed rqlexception to contain known error codes/messages minor cleanups More... about 13 years ago
- removed virtual method calls from c'tors - bugfix in loading of editable area settings in ccs - bugfix in setkeywordas for pages (keywords cache wasn't invalidated) - ability to refresh the values of attributes, when the underlying xmlnode has changed More... about 13 years ago
newlines fixed? More... about 13 years ago
Merge branch 'develop' of https://github.com/erminas/smartapi into develop More... about 13 years ago
Added Method deleteIrrevocably() to remove page from project completely More... about 13 years ago
bugfix: setting the default/sample text to a already set value in Text content class elements no longer throws an exception achieved through testing wether the current text ist the same as the new one. this has the disadvantage that the text always gets loaded, even if it is not necessary. But, if this wouldn't be done errors couldn't get detected on text settings as the rql reply is the same on error as on text set to already set value. More... about 13 years ago
Init headline/id on page listing, so no page load occurs on indexing of pages More... about 13 years ago
lineending fixes More... about 13 years ago
Merge branch 'hotfix_oadate' into develop More... about 13 years ago
Merge branch 'master' of https://github.com/erminas/smartapi More... about 13 years ago
Merge branch 'hotfix_oadate' More... about 13 years ago
incremented version to 0.9.0.1 More... about 13 years ago
fix page element ctor loading More... about 13 years ago
always convert oadate strings to invariant culture format ('.' as decimal separator) added GetOADate method to XmlUtil More... about 13 years ago
Compile fix More... about 13 years ago
Added API documentation link to Readme.md More... about 13 years ago
Changed XmlNode in RedDotObject and subclasses to XmlElement More... about 13 years ago
Cleanup of minor issues (mostly naming/style) More... about 13 years ago
Added unit tests Changed CachingContext to public More... about 13 years ago
Merge branch 'master' of https://github.com/erminas/smartapi More... about 13 years ago
Changed version to 0.9.0.0 More... about 13 years ago
Added auto-restore of NuGet Packages (required for log4net) and corrected information in AssemblyInfo.cs More... about 13 years ago