mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-01 02:36:23 -04:00
Improvements to Wiki.
- Enabled Selection of Snapshots in WikiEditDialog - Added CheckBoxes for Merge selection. (TODO). - Fixed up bugs related to text reload. - Removed Edits from main Wiki Page. - Added a Search Bar (TODO). git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-gxs-b1@5937 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
bcf9f443b4
commit
c1702fc13a
6 changed files with 179 additions and 525 deletions
|
@ -54,7 +54,6 @@ private slots:
|
|||
void OpenOrShowRepublishDialog();
|
||||
|
||||
void groupTreeChanged();
|
||||
void modTreeChanged();
|
||||
|
||||
void newGroup();
|
||||
void showGroupDetails();
|
||||
|
@ -66,20 +65,12 @@ private:
|
|||
|
||||
void clearWikiPage();
|
||||
void clearGroupTree();
|
||||
void clearModsTree();
|
||||
|
||||
void insertModsForPage(const std::string &origPageId);
|
||||
|
||||
void insertModsForPage(const RsGxsGrpMsgIdPair &origPageId);
|
||||
|
||||
void updateWikiPage(const RsWikiSnapshot &page);
|
||||
|
||||
bool getSelectedPage(std::string &groupId, std::string &pageId, std::string &origPageId);
|
||||
std::string getSelectedPage();
|
||||
std::string getSelectedGroup();
|
||||
std::string getSelectedMod();
|
||||
|
||||
|
||||
|
||||
void requestGroupList();
|
||||
void loadGroupData(const uint32_t &token);
|
||||
|
@ -87,12 +78,6 @@ void loadGroupData(const uint32_t &token);
|
|||
void requestPages(const std::list<RsGxsGroupId> &groupIds);
|
||||
void loadPages(const uint32_t &token);
|
||||
|
||||
void requestModPages(const RsGxsGrpMsgIdPair &origMsgId);
|
||||
void loadModPages(const uint32_t &token);
|
||||
|
||||
void requestEditTreeData();
|
||||
void loadEditTreeData(const uint32_t &token);
|
||||
|
||||
void requestWikiPage(const RsGxsGrpMsgIdPair &msgId);
|
||||
void loadWikiPage(const uint32_t &token);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue