Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Makefile.in Inclusions & Add Libxslt directory location in configure.ac #22

Closed
wants to merge 86 commits into from
Closed

Conversation

ajinkya007
Copy link
Member

No description provided.

eMBee and others added 30 commits February 29, 2016 18:06
  add an exit callback to the editor watch,
  use $EDITOR,
  get editor status before updating the file,
    and then check saved status to avoid a race
    where the file and the status of the editor changes
    after the file is updated and before status is checked
…ntent of the first version of each document, commits that as a base and then commits every version after that
if the path can not be created try to use the one from the current object instead
get the git hash of the last commit and add it to the object.
move common client initialization to seperate client class
use DOC_LAST_MODIFIED instead of OBJ_LAST_CHANGED
do not put all initial versions in first commit
put repo in subdirectory, to make room for seperate repos per user/group
set author and dates on commit
add restart option to overwrite existing hashes
add update option (default) to find only not yet commited changes. (untested)
store commithash with repo path to account for objects being moved/copied between users or groups
…root

we need EXIF and this is the most sensible place for a hack
allow creating lists of non wiki objects
add GROUP_PUBLICROOM/USER_PUBLICROOM attributes
url to object and object to filename/url translation based on new vhost and GROUP_PUBLICROOM/USER_PUBLICROOM
add get_socket function
mount /home on /
move seccurity-check down after checking index files.
don't hardcode server name
generate proper links based on interface (public vs admin)
handle links
skip objects that can not be accessed
the context of the link object is needed to properly display the content with a stylesheet
d4r3topk and others added 21 commits February 29, 2016 18:08
        *peek containername - list contents of the container
        *inventory/i - lists your inventory.
        *edit filename - starts up the edit client (need to fix connect/disconnect bug)
       *help - stash commands
       *hilfe - hilfe commands
           *removed /root/ directory creation.
           *creates missing directories.
     *[ ./export-to-git.pike /sources /tmp/demo ] will now work
        *Commit hash of the empty commit will always be the same.
     *tab completion on OBJ("*tab* paths are now autocompleted to the common prefix of the results
     *Folders and documents are automatcally created.
     *giving / as second argument automatically detects which container to import in.
     *giving full path like /home/coder/ checks/imports into that specific folder.
     *Force option (-F or --force) is available.
     *Need to implement append and best-option functionality.
    *If empty commits are not present, but same steam content is there, then it wont fail.
@ajinkya007 ajinkya007 closed this Mar 1, 2016
@ajinkya007 ajinkya007 reopened this Mar 1, 2016
@ajinkya007 ajinkya007 changed the title Makefile.in Inclusions Makefile.in Inclusions & Add Libxslt directory location in configure.ac Mar 27, 2016
@ajinkya007
Copy link
Member Author

./configure file is not able to find the libxslt.sofiles.
The files in most probability will be present in /usr/lib/i386-linux-gnu or /usr/lib/x86_64-linux-gnu.
Directory location added in 'configure.ac'.
Fixed #25

@ajinkya007 ajinkya007 closed this Mar 27, 2016
@ajinkya007 ajinkya007 deleted the societyserver-source branch March 27, 2016 17:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants