DO NOT USE for questions that happen to contain the word "history". Use this tag for questions about the history of a programming concept or feature.

learn more… | top users | synonyms (1)

0
votes
1answer
511 views

View locally saved content from Mozilla Firefox

When browsing with Mozilla Firefox and loading a webpage with an audio file, that audio file should be saved in a media cache locally, right? Is there a method or addon/tool for selecting, from ...
0
votes
1answer
62 views

cachingactivitymapper usage example

We implemented a GWT app using a MVP pattern. Now we wanted to use cachingactivitymapper in that application. I searched on the web for how to use this. I couldnt get anything. Can anyone please ...
0
votes
1answer
71 views

Android DatePickerDialog to a year of history

I'm coding an android app about the egyptian history, and I want to add a DatePicker in a dialog, where I will show years, and whenever the user sets a year, it shows in the layout the events in that ...
0
votes
2answers
63 views

how to retain page data(State) in gwt except using cookies

I have an application with 6-7 tabs. All i want is that whenever i close my broswer and open it again, the page data should be retained i.e. the state of the page hould be maintained. Now in my page I ...
0
votes
1answer
77 views

Accessing an app's web history from another app

I have some apps that I know go out to the web and pull down some pages to be displayed within the application in some type of wrapper (working in Android). I was wondering if there was a way to be ...
1
vote
3answers
253 views

Filtering ZSH history by command

I was told that in ZSH you could do something like command and then when you hit up it would filter the history based on the given command. But when I try this it just cycles the history like bash ...
0
votes
1answer
629 views

TFS 2010: history lost after moving a folder

In order to clean up my project structure, I moved a folder into another (new) folder through the TFS Power Tools Shell-Extension (Rename/Move). After checking the history at the new place, the move ...
3
votes
1answer
87 views

alias not showing up in bash history

HISTIGNORE variable is set to: export HISTIGNORE="&:ls*:reboot:pwd:exit:clear:[ \t]*" I have couple of Alias set. One of them is alias todo='emacs ~/Dropbox/Documents/todo.txt' None of them ...
3
votes
1answer
466 views

Within vim's regex engine, why are some metacharacters escaped and some are not?

Why do you have to escape some metacharacters in their regex engine, but not others? For example: /foo[1-9]* works as expected, but the regular expression foo[1-9]+ must be expressed as ...
1
vote
1answer
39 views

What command to use to get the revision history of the files in a folder

I am trying to get the revision history of files from my windows views of a project. I know that there is a command in Unix that I can give and it will provide the file-names in one column and ...
3
votes
1answer
100 views

Always go to the top of the previous page?

Is it possible to make the script scroll to the top of the previous page? Right now the script returns to the previous page and in the middle of the body where the link was located. ...
0
votes
0answers
54 views

View the history of multiple files and folders selected in TFS

Just as mentioned in the subject. If I'd like to view the history of multiple files and folders I have selected in the Visual Studio's Source Control Explorer, is there a way to do it? Thanks.
1
vote
1answer
90 views

How to select/model last customer status in any given period SSAS

I'm trying to model the following situation in SSAS. I have three dimensions: Customers id12 Statuses id name 1 status_1 2 status_2 Dates day_date 2012-01-01 2012-01-02 ... And, there is ...
2
votes
0answers
148 views

Rewriting Git history using filter-branch to remove multiple instances of a directory

Structure of Git repo foo in master branch foo/refs/a.txt foo/bar/refs/b.txt In other branches refs/ might be in lots of other places Goal: To remove all instances of the directory refs (and their ...
1
vote
1answer
437 views

Migration from UCM ClearCase to GIT

I am studying migrating from UCM ClearCase to GIT. The initial intention is to migrate all cc branches with their respective history. A similar experience, best practices, any tips or suggestions ...
1
vote
1answer
108 views

Redirect url inside url

I have an external forum login form on my website but after logging in I would like users to redirect back to the exact website page that the visitor was looking at before logging in. The thing I ...
0
votes
1answer
97 views

HTML5 History API and leave page (to same domain)

With media players on site we use the History API and XHR to allow navigation through the site without causing page refreshes (i.e. causing the media to stop). This works nicely until the following ...
1
vote
0answers
365 views

clear android gmail search history programmatically

i try to clear gmail search history below. but it is not works. how can i solve this? SearchRecentSuggestions xxx = new SearchRecentSuggestions(getBaseContext(), ...
1
vote
2answers
512 views

javascript:history.back() and previous page refresh

i have the button on my page <span id="back" class="button" onclick="location.href='javascript:history.back()';" which works fine, but i need it to refresh the previous page. The problem is, ...
0
votes
1answer
110 views

Clear History in GWT MVP

I have followed this tutorial from google developers and I built an application based on activities and places. As tutorial suggests, I use history Handler. I created a "clear history" button, but I ...
0
votes
4answers
966 views

How to Disable Function keys using Javascript?

I'm having a page where i need to disable the Function keys mainly F12(Developertools). I'm showing some sensitive data in the page so at any case i cannot make the users see the html and take the ...
1
vote
1answer
103 views

html 5 history restores some changes and not others?

I'm new to using the html 5 history object. I tried the following code: <!DOCTYPE html> <html> <head> <script type="text/javascript"> ...
2
votes
1answer
92 views

event.state of history object in html 5 is null

I'm playing with the history object for the first time. I have the following code which I've been testing in chrome: <!DOCTYPE html> <html> <head> ...
0
votes
0answers
31 views

Ways to prove an website has been up for some time

(Not sure if this is the best Stack Exchange site for this question) I'd like to know some ways to show (not legally, but more convincingly than by my word) that a website has been up for a while. ...
0
votes
1answer
168 views

Jenkins JobConfigHistory Plugin - XML Parsing Error: no element found - Not showing Diffs

I installed JobConfigHistory plugin in Jenkins instance running as Windows service. Jenkins is running fine. I made changes to a job's configuration i.e. added some text. On the left pane Job's ...
0
votes
0answers
84 views

Inserting “Home” hash into browser history

I would like to achieve the following: If a user opens a link to some sub-page in my website, like index.html#Contact, I would like to add the index.html# token onto the history stack before the ...
0
votes
2answers
176 views

Javascript concept using history object

I am interested in making a website that flashes through a visitors entire web history when they visit. I plan on using JavaScript to grab the history on each viewer's computer and animate through it ...
0
votes
0answers
36 views

changeset history - SOX compliance

Hi we are developing in the trunc and create a release brunch when the release is stable. Thus in the release branch there is usually only one change set (the one for creating the branch). For SOX ...
0
votes
2answers
63 views

Navigate location history backwards step by step in Emacs

This is not a question about how to use mark ring with C-u C-space. What I want is to navigate location history backwards step by step. By "step" I mean any single atomic cursor move in a buffer. For ...
1
vote
1answer
71 views

Who invented syntax highlighting (and when)? [closed]

Who invented syntax highlighting (and when)? I tried searching on web, but could not find definite answer. Wikipedia mentions something along line "One of first editors with syntax highlighting ...
0
votes
0answers
92 views

Using HTML5 History with wordpress and htaccess

I am using html5 history pushState to keep track of where a user is on the main page of my Wordpress installation. Everything works great, but the thing is if I want to share the url or reload the ...
0
votes
2answers
501 views

Browser Back Button issue

Can anyone help me to solve, the browser back button problem?. When user selects any page from browser history list, i want to perform some server side processing. e.g. when you logout from ...
0
votes
0answers
62 views

WP7 how to set title for MediaHistoryItem

Following the instruction about How to integrate with the Music & Video Hub, I want to set title for MediaHistoryItem I can set title for the Now playing tile, however I can't set title for ...
0
votes
1answer
20 views

Project release history file

I have an opensource project hosted on the GitHub. After each release of my damn project I want to write out new features and bug fixes list to some file like History.md. It will look like: === ...
1
vote
0answers
113 views

pushState on existing url, on refresh cause double url in history

I've a problem. obviously. First of all, sorry for my bad english. Then... I'm using History.js for pushState and other function of History API in HTML5. But this is not the point. example: i've ...
0
votes
4answers
57 views

Use of hashes, and user moving in history

I use some hashes in a script to scroll to differents elements of a page when the client open a page that has a trailing "#something" in its url. The problem is when the user uses the go back and ...
1
vote
3answers
184 views

History Api: How to tell the browser, that the page is loading?

I've been working with the history api while I loading pages asynchronously via javascript/ jquery. I wondering how it's possible to tell the browser, that the site is loading, so that the browser can ...
1
vote
1answer
5k views

SecurityError: The operation is insecure - window.history.pushState()

I'm getting this error in Firefox's Console: SecurityError: The operation is insecure and the guilty is HTML5 feature: window.history.pushState() when you click on any thumbnail. It is supposed to ...
3
votes
1answer
504 views

Getting Facebook chat history to mobile xmpp clients

Is it possible (allowed by FB) to get the chat message history, which is stored at FB? We are developing iOS and Android xmpp chat clients and couldn't find a way how our chat client can display ...
3
votes
2answers
335 views

Building a website without page reload, using new HTML5 history mechanics

I was looking for a way to change browser address location without causing a full page reload, thus I got some useful information, like this: ...
1
vote
1answer
146 views

How to remove top activity from stack, and start the next one

In my application I have three activities A, B and C. Activity A is starting activity B with a specific requestCode (and waiting for a returned result) and activity B is starting activity C. In the ...
2
votes
0answers
179 views

pygit2 blob history

I'm trying to do the equivalent of git log filename in a git bare repository using pygit2. The documentation only explains how to do a git log like this: from pygit2 import GIT_SORT_TIME for commit ...
1
vote
3answers
113 views

Creating history trigger

I'm trying to write a history trigger but can't get it to work. here is the code : create or replace TRIGGER abc BEFORE UPDATE ON abc REFERENCING OLD AS oldValue NEW AS newValue FOR EACH ROW ...
2
votes
1answer
261 views

Powershell Clear-History doesn't Clear History

Recently I had to run a command that unfortunately required me to type a password right on the command line. Afterwards, I cleared my screen with "Clear", but also wanted to clear the command history ...
0
votes
1answer
616 views

Remove page from JQuery Mobile history such that 'Back' button bypasses it

I've looked through the jQuery Mobile documentation to no avail, so hopefully someone here has solved what I so far haven't found a way to. I have a jquery mobile page, served in the usual way (call ...
0
votes
0answers
280 views

How to restore recently deleted history files on Firefox [closed]

A few minutes ago, my brother clicked Tools>Clear recent history and selected 'Clear Everything' including my Browsing and Download Histories (He did this without my permission, and I've warned him ...
1
vote
1answer
141 views

watch History feed gdata python

I'm trying to get history feed from YouTube of an authenticated user with python. This is my code : yt_service = gdata.youtube.service.YouTubeService() def LogIn(): login_name = ...
0
votes
1answer
84 views

history.js jquery is there something as a removestate

As the documentation for history.js is hard to find, seemingly non existent except for the demo's on github. Well I need to remove the last added stat. eg: I have an Url which is called site/Random ...
1
vote
0answers
128 views

Using jQuery Tools Tabs with Ajax and History and trying to link to content in a tab

I'm using jQuery Tools Tabs ability to load content onto my page with Ajax. I've also got a drop down menu that needs to connect in the content when it loads. Everything about the tabs utility is ...
0
votes
2answers
265 views

What is the reason for the name VARGRAPHIC

I just learned about the DB2 data type VARGRAPHIC and I'm wondering why it has this name? Doesn't seem to be realted to graphic in any way.

1 2 3 4 5 22