Questions tagged [revisions]

73 questions
2
votes
1 answer

PHP Revisions Library (like StackOverflow)

Is there a PHP library out there that can do something like this for me? https://stackoverflow.com/posts/20353734/revisions I'm looking to implement revisions where users can see what was added, changed and removed in posts.
2
votes
1 answer

WordPress published posts and revisions + custom post types

I stumbled up on one problem with revisions that I have to use for on website im building in wordpress. So, it goes something like this. I installed Capability Manager plugin so I was able to make a new role account and set the permissions for that…
1
vote
2 answers

SQL query which counts status of grouped by month w. revision system

While attempting to produce a view of ticket statuses over time, I've run into a few challenges: Background: The database containing ticket records is setup to allow basic re-visioning, and includes the following columns (this is what I believe to…
Slukehart
  • 1,037
  • 5
  • 15
1
vote
1 answer

CVS Gui frontend with Diff Transaction Logs for Windows

I'm looking for a CVS GUI Frontend for Windows that has support to view diffs of files on a commit basis. I know SmartCVS has this feature ( Query | Transactions ) but I am looking for a free or open source version.
Steve
  • 11,831
  • 14
  • 51
  • 63
1
vote
1 answer

Redmine: see associated revisions for git branch?

I have redmine configured with a git repository. All was going well until we started working on a git branch. It seems that git checkins on a branch other than master are not being registered as "associated revisions" in the redmine issues that we…
Jacko
  • 12,665
  • 18
  • 75
  • 126
1
vote
1 answer

Bazaar - changing email in revisions history

does anybody knows if it's possible to change commiter email address in Bazaar revisions history? I've setup an email address with "bzr whoami" command, but now I'd like to change it in way that also my email in old commits will be replaced with the…
K--
  • 21
  • 2
1
vote
2 answers

Prepare Wordpress Post Revision for Output in WP REST API

I built a custom endpoint for the WordPress REST API to get a post revision. The result is in the Wordpress Post syntax: [ID] => 478 [post_author] => 1 [post_date] => 2017-11-20 17:22:11 [post_date_gmt] => 2017-11-20 16:22:11 [post_content] => My…
Merc
  • 4,241
  • 8
  • 52
  • 81
1
vote
1 answer

how to avoid Dropbox revisions purge after 30 days?

I try to disable purge after 30 days in Dropbox via php sdk. I can do it in Google drive using keepForever to true so it wont purge revisions after 30 days.https://developers.google.com/drive/v3/reference/revisions#resource-representations in same…
Thamaraiselvam
  • 6,961
  • 8
  • 45
  • 71
1
vote
2 answers

SQL query for nth most recent update

I have a revision table and I need to be able the nth most recent update. I have a query that gives me the most recent revision record of enitity, but I need one for the nth most recent revision…
Tyson of the Northwest
  • 2,086
  • 2
  • 21
  • 34
1
vote
2 answers

TortoiseSVN/Subversion Revision numbers...Altenate program?

I asked this question (below) a week ago and got the answer I was looking for, BUT, What program would work if I want the configuration management program to up a file to the next revision (by one unit) ONLY if it is edited. I understand the…
dewalla
  • 1,317
  • 8
  • 18
  • 42
1
vote
1 answer

How do you obtain a SvnLogEventArgs childs revision number in SharpSVN?

I have been working with SharpSVN quite a bit lately and I'm currently trying to obtain all of a revisions children's revision numbers. I see that using SvnLogEventArgs.HasChildren I can verify that they exist but it need the actual numbers of the…
Sam F
  • 621
  • 1
  • 8
  • 16
1
vote
1 answer

couchdb - new views checkpointing against huge update_seq

I am running couchdb 0.11 on mac os x in a development environment. I have about 50,000 documents which I have migrated from a mysql db. In the course of migration, I have deleted and reimported this data about 15 times and now the update_seq on the…
Mike S
  • 11
  • 2
1
vote
3 answers

SharePoint 2007 lists webservice - identify revision of list item

Using the lists webservice I retrieve the items from a list. In the XML returned I can see the attribute ows__IsCurrentVersion="1" which I assume is the same as the file object model (i.e. a boolean to say if it is current or not). However I do not…
Robert MacLean
  • 38,975
  • 25
  • 98
  • 152
1
vote
1 answer

Drupal - editing tab options for a content type not showing up

I'm working on a D5 site and a lot of the content types have the menus at the top of the edit page. Examples: Overview | Grants | Dev load | Dev render | Edit | Revisions | Track | Workflow Overview | Dev load | Dev render | Edit | Revisions |…
easement
  • 6,119
  • 3
  • 29
  • 36
1
vote
2 answers

SVN version number into specific files after any revision change

In our project we got a request to put the SVN root revision number (not the last modified one) into our lib headers and provide an function in the library which will give the last commit's revision number. I have already found this question so I…
Gabor Meszaros
  • 1,335
  • 1
  • 15
  • 25