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
10 views

omit certain pages from history cookie

I am using this script to store the user's history to a cookie for the last 10 pages accessed. So far I've got the script displaying the cookie data using the document.title, and url in a list. My ...
1
vote
0answers
20 views

Histori API html5, how to know when user clicked in next/back browser buttons?

I am getting familiar with the html5 History API, but I am using the history.js to extend the compatibility, I have one question and it's that, how can I know in: ...
0
votes
0answers
10 views

Which fires first: onpopstate or onbeforeunload?

When a visitor tries to leave a page in my site, I would like to confirm navigation and run a function except when the user hits the back button. Some believe this functionality is impossible; ...
1
vote
0answers
44 views
+50

Android History Content Observer

I implemented content observer of history but it is behaving weird.For every change in history its onChange() function runs 3-5 times. static class BrowserOberser extends ContentObserver { public ...
0
votes
0answers
16 views

JavaScript adding unexpected window.history entries

When I load a certain page on my site in a new tab, I noticed the back button was enabled. This shouldn't be the case considering it's the first page of a new tab. In fact when I click & hold on ...
0
votes
1answer
15 views

How do I cat revisions of a file, following it through renames?

I can do this just fine: git log --format=%h -- filename | while read f; do git show $f:filename; done However, if I try to add --follow to the git log call, the file moves through directories and ...
3
votes
2answers
36 views

What is the story of the Observer Design Pattern?

I have been investigating about the observer pattern for an assignment. So far, I have come to the conclusion that it first appeared in a book written by a group of people called "The Gang of Four". ...
0
votes
0answers
21 views

Two clicks at back button are necessary to trigger popstate/statechange event

I have a page which contains an iframe. The iframe can take user's input (via button click or menu selection) and display content accordingly. What I need is, when a user manipulates the iframe, the ...
0
votes
0answers
18 views

galleriffic : how to replace jQuery history plugin by jQuery hashchange or jquery BBQ

I use Galleriffic script for a photo gallery based on zenphoto. the next release of zenphoto uses jquery 1.9.0 and I discovered that the Galleriffic script is not compatible with this release version. ...
0
votes
1answer
39 views

Repair broken git history

My git history is broken, in the sense that my current branch appears to be 501 commits before my master, which is clearly not the case. In Intellij Idea I can see that at a certain point there is a ...
2
votes
1answer
36 views

HTML4 and HTML5 - How can I tell if there is a `Back` state available without navigating?

Is it possible to tell if there is a back state available (i.e. if the back button in the browser is clickable) without navigating? Id like to be able to do this in HTML4 and HTML5 if possible. I ...
0
votes
3answers
45 views

Android: Clear Activity History

I've faced with one problem - clearing activity history. I have the following consequence where my problem appears: A(SplashScreen)->B(GuestScreen)->C(Screen for signed users)->Press Home ...
0
votes
0answers
9 views

How to generate testcase report with histories in QA Complete?

I have around 100 testcases in QA Complete tool. I need to generate a report for all the testcases with its complete information like History tab, expected results, actual results etc. Please help me ...
0
votes
1answer
30 views

Copying change list history in perforce

Just wondering if anyone knows how to copy a folder from on //depot/one/proj to //depot/two/proj with all the changelist history for files withing //depot/one/proj Thanks, sam
0
votes
0answers
5 views

Search options on the check-in history in Visual Studio

I'm trying to identify some milestones (which date we introduced important features on the website) by viewing the check-in history in Visual Studio. However it annoys me that I can't search the ...
0
votes
2answers
27 views

Ejabberd disable logging

How disable message logging in ejabberd ? To turn off logging using {loglevel, 0} or if this parameter is responsible for logging errors, etc.?
0
votes
1answer
76 views

Android: Save History When Launch Second Activty

Created 2 activity with same layout, same button placement, same button id, everything is the same Example: Added 3 Buttons in first_activity and second_activity, everything placed on the same ...
-1
votes
0answers
32 views

Find websites that is visited by a computer in local network [closed]

I own an office that has it's own local network. I want to get website addresses that my employees visited on their computers. Is there any program or way that help me getting these addresses using ...
0
votes
1answer
32 views

GitHub: how to remove a file from git history (especially that of the GitHub repository)?

I have a GitHub repository which contains some big files which I want to permanently remove from its history. I have cloned GitHub has a nice page which can be used to remove such big files ...
-1
votes
1answer
34 views

Before CLI, what interface was used to program computers? [closed]

NOTE: I looked through all of the other Stack Exchange Tech sites, and couldn't find a better place to post this question. If you believe that there is a preferable site, feel free to migrate the ...
1
vote
2answers
53 views

what does exclamation point stand for in html

I am curious about the syntax of the doctype and comment tags... Why the exclamation point? What is it called, what does it mean/do? I have read through the html syntax spec and found no real ...
0
votes
5answers
107 views

Original purpose of <input type=“hidden”>? [closed]

I am curios about the original purpose of the <input type="hidden"> tag. Nowadays it is often used together with JavaScript to store variables in it which are sent to the server and things like ...
12
votes
6answers
505 views

What is the origin of magic number 42, indispensable in coding? [closed]

Update: Surprised that it is being so heavily downvoted... The question is coding-related and before asking this question I have googled for "42" in combination with: ...
0
votes
1answer
50 views

Java Calculator History Feature

I was hoping someone could help me with a feature that could store my calculator's history as a string and have it show the history when the user hits the H key. I'm looking for it to record each ...
1
vote
1answer
54 views

I'm not sure that my ajax navigation works fine

I tried to make menu with history api. But it seems to me it works not fine, and I got reasons to think so: 1 my "title" not changing 2 if I click to fast on my links I got a blink of a page as it ...
0
votes
0answers
22 views

track history of active record changes and its association

I want to track the history the active record and association. I have a many to many association: class BookList has_many :book_list_items has_many :books, through: :book_list_items end class ...
1
vote
1answer
49 views

Best Technique to Store Password History for Users?

I am in the process of developing a PHP login system. I would like to implement a restriction so that users cannot use a password that they have previously used (up to 5 old passwords). What would be ...
0
votes
1answer
34 views

Generic history management of business objects in C#

I would like to implement something like this in my Web API application: each transaction which modifies data should be "logged" the log should be done in the business layer, and could be stored in ...
1
vote
2answers
197 views

PayPal IPN History Page Bug (Resend Messages Not Working)

I use Zapier to send PayPal IPN messages to Freshbooks to create new clients from a sale. A few seconds earlier Zapier sends a message from my Wufoo order forms to create a new invoice (I then link ...
1
vote
2answers
102 views

jquery - Clear form input data when history back

I have an ipad Mini setup at this link for a client of mine. http://www.messtudios.com/k/ginosnesconset/kiosk/mini/ When the customer submits an email address it goes to a "please confirm page" then ...
0
votes
0answers
56 views

jQuery Hash History - No History

I'm using Ben Almon's Hash history plugin, and it's all working perfect, except for when the back button is used to return to the homepage - which has no hash tag. So I'm going from: ...
1
vote
1answer
29 views

Spinejs routing not saving state

I'm trying to get states into my spine application. On click, an item is added to a list. An url is then created and navigated to, and then the list get's rendered. However, when I use the browsers ...
0
votes
0answers
54 views

Programatically Query / Search Android Browser History for URL

Can this be done? If so - how? I have searched high and low on stack overflow and Google and have yet to find one clear example of how this can be accomplished.
0
votes
0answers
40 views

How to turn off autocomplete while keep using datalist element in html

I have a input field which shows a list using html5 <datalist> element. The problem is that with <datalist> the browser autocomplete also shows the history list (which is the list of ...
0
votes
0answers
20 views

How is it possible to export subfolder in git repo to separate repo [duplicate]

We have repo "misc" that had a few files and folders, but during time one folder become some mature that it is reasonable to move it out of "misc" to own repo. Is there a way to extract to target/new ...
-7
votes
2answers
52 views

How to detect if there is front page in javascript? (solved) [closed]

I have a button that goes forward in the browser history. What I want is that when no page is put forward button with opacity 0.5. The code is this: <a href="javascript:history.go(1)" ...
0
votes
1answer
129 views

webview backstack lost after screen rotation, back button history of pages, Android

I have a WebView in an Activity and it works great in one screen orientation. I can navigate around to different pages on a website and when I hit the back button it goes back to the the previous ...
-1
votes
1answer
49 views

How to develop a website like github

I find many sites use the div instead of iframe, I know how to load a page by $.load, but there are some problems. Like many sites, there is a nav bar in my page. All sites will be shown with it. I ...
0
votes
1answer
108 views

HTML5 History API: Refresh and Back issues

I'm writing code to create a UX similar to how photos are viewed on Facebook from the timeline... Viewing the timeline, you click on the photo and it opens in a modal You refresh and it goes to a ...
3
votes
1answer
63 views

Historically, why is backslash (\) the escape character? [closed]

There are interesting stories behind different keyboard keys (e.g. shift and backspace are from typewriters). I wonder now what is the history of various very old syntactic decisions that are so ...
3
votes
2answers
69 views

How can I combine git repositories into a linear history?

I have two git repositories R1 and R2, which contain commits from two periods of a product's development: 1995-1997 and 1999-2013. (I created them by converting existing RCS and CVS repositories into ...
1
vote
0answers
101 views

How to print order by order id in magento sale order history

This is my code in history.phtml page <?php if($_orders->getSize()): ?> <?php $printurl = $this->getPrintUrl(); ?> <table width="100%" cellspacing="2" cellpadding="3" ...
1
vote
1answer
90 views

Run bash script and delete its run command from history [duplicate]

I'm surprised I was unable to find this anywhere, so I am sorry if I haven't searched enough. I want to run a bash script, but have its command erased from the history without changing any settings ...
1
vote
3answers
80 views

Remove Old Commit from source code

From what I understand, each git commit stores the changes made to the tracked files since the last commit. Is there a way for you to just delete an old commit out of the source code? For example, if ...
0
votes
1answer
59 views

Archive of older versions of original Awk source code?

I'm trying to find "historical" versions of the source code to original Awk (a/k/a One True Awk). I found Kernighan's occasionally-updated site, which always seems to link to the latest version, but I ...
0
votes
0answers
28 views

Any way to get timestamp on history command result without exporting any variable?

I want to display timestamp on history command result, on googling I found that by using export HISTTIMEFORMAT=' %F %T ' , I can get the timestamp but in my environment exporting anything is not ...
1
vote
1answer
29 views

Is `history.go` case-insensitive [closed]

In javascript is the history.go method case-insensitive when it comes to going to a url. As in if the actual url is Login.html and I passed in login.html would it go to Login.html if it was in ...
0
votes
1answer
135 views

Photoswipe / Use Close Button as History Back Button

I am not a good Javascript Programmer and so im coming to this question. I am using Photoswipe for some galleries in a project. Some galleries i dont use the thumbnail preview im opening them ...
0
votes
1answer
160 views

EclipseLink Audit / History / Track changes

i've tried to implement a way to track data changes and create a history log for my application. Because i'm using EclipseLink it should be easy and possible to get the changes like they write on the ...
2
votes
1answer
154 views

window.location.hash not creating browser history entry

I am running a simple: window.location.hash = "hash"; to add a hash in the url right after page load. I get, mySite.com/aPage#hash. When I click the back button, I expect the url change back to ...

1 2 3 4 5 22