Skip to content

Merge repos - #385

Open
zbynek wants to merge 70 commits into
gwtproject:mainfrom
zbynek:merge
Open

Merge repos#385
zbynek wants to merge 70 commits into
gwtproject:mainfrom
zbynek:merge

Conversation

@zbynek

@zbynek zbynek commented Dec 31, 2024

Copy link
Copy Markdown
Contributor

Adds the web app sources to this repo and flips the dependency, so that content depends on web-app and not vice versa.

Fixes #409

dankurka and others added 30 commits May 6, 2013 15:46
open automatically the menu to the requested item
…ancement

Conflicts:
	src/main/java/com/google/gwt/site/webapp/client/GWTProjectEntryPoint.java
Issue : We load the content of pages by using ajax and we push the new content in the dom before to change the url. Some pages like the home page have image defined by a relative url. As the url is not the good one when we put the content in the DOM, the images are displayed as broken.

To reproduce the issue just click on an article (article -> overview) then click on the home link of the top menu. The images are not displayed correctly. Refresh the browser, the images appears.

Change-Id: I72a2997d9e6400b97b5e11da05dfd282d17882ff
- Improve sameOrigin regexp.
- Protocol should be considered when checking same origin XHR.
- Return false instead of calling stopPropagation & preventDefault.
- Use gQuery "or" method when getting anchor href.
- Use gQuery toggleClass method instead of if/else block.
- Formating: replacing tab with space

Change-Id: Idd8f779601d301c8fa67dc0d05e7f30de611ba79
- Replace jsni functions with gQuery helper methods.
- Use scrollIntoView instead of computing offsets of anchors in code.

Change-Id: Ib419844aadd7d6a389a8d91c2a20194d7c110512
- handle links with protocol-agnostic url ex: href="//developers.google.com/appengine"
- handle correctly link with relative url (../docs/myarticle.html)
- fragment identifier can be defined via an id or via the name attribute
- fix bug in the isPushStateCapable computation

Change-Id: I7f850e9ce8b8e62596d5e9df30d66224b0f1dfd4
Change-Id: I3db725b7a8260d8ce3bfbd7ac586d07f31f7e244
manolo and others added 12 commits July 16, 2015 14:08
Change-Id: Icdd8174faf202dfae662345bd068ded60965dd38
Change-Id: I1407b6d9243646a8201a6989081c4dfa997469e6
Change-Id: I86d21c960f6955b9325792de35ca1f3a41611c29
Change-Id: Id327257469ffde35d05b73d93e5a8b1b04d7478f
Update README instructions as well.

Change-Id: I7fbc886d3af443f4c33fbea489e01e6e4ee71616
Change-Id: Ib6c68b876508932ccb4a154e05646ef698220fae
See also gwtproject#113

Change-Id: I120b902ad82f9773453f65c7f41436e8084745e3
Firefox doesn't seem to follow redirects to load sourcemaps, this
ensures that they work properly when deployed to gwtproject.org.
As discussed in Gitter, GWTQuery breaks navigation when certain Chrome
extensions are active. This should also reduce the code size a bit.

Closes gwtproject#11 -- all the changes are included here to make Elemental work.

Most functionality stays the same, page title for hompage changed,
which makes this conflicted with gwtproject#1.

Fixes gwtproject#5
Fixes gwtproject#4
)

There is room for improvement here, this is meant to be a first draft
before we start merging other cleanup, to validate those merges.

Fixes gwtproject#7
@zbynek
zbynek marked this pull request as draft January 20, 2025 21:11
niloc132 pushed a commit that referenced this pull request Feb 17, 2025
Removes generated files from the repo and makes #385 easier to review by reducing the number of changed files.
niloc132 and others added 2 commits May 16, 2025 10:46
Specifically, this gets us to a non-deprecated upload-artifact tag.
@zbynek
zbynek force-pushed the merge branch 2 times, most recently from d3a30e9 to d091c46 Compare June 15, 2025 19:57
@zbynek
zbynek marked this pull request as ready for review June 17, 2025 23:21
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.

Relocate gwt-site-webapp gwt client code to the new site repo

8 participants